#include "encryption_wrapper.h"#include <basis/byte_array.h>#include <basis/log_base.h>#include <basis/mutex.h>#include <data_struct/static_memory_gremlin.h>Include dependency graph for encryption_wrapper.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Functions | |
| SAFE_STATIC_CONST (string_array, encryption_wrapper::encryption_classifier,(1, wrap_encryption_classifier)) int encryption_wrapper | |
Variables | |
| const char * | wrap_encryption_classifier [] = { "#octrap" } |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 28 of file encryption_wrapper.cpp.
| SAFE_STATIC_CONST | ( | string_array | , | |
| encryption_wrapper::encryption_classifier | , | |||
| (1, wrap_encryption_classifier) | ||||
| ) |
Definition at line 56 of file encryption_wrapper.cpp.
| const char* wrap_encryption_classifier[] = { "#octrap" } |
Definition at line 54 of file encryption_wrapper.cpp.
1.5.1