A crypto plugin module. More...
#include "crypt_mod.h"
Collaboration diagram for CryptModule:Public Member Functions | |
| STAILQ_ENTRY (CryptModule) entries | |
| Linked list. | |
Data Fields | |
| const struct CryptModuleSpecs * | specs |
| Crypto module definition. | |
A crypto plugin module.
A type of a variable to keep track of registered crypto modules.
Definition at line 314 of file crypt_mod.h.
| CryptModule::STAILQ_ENTRY | ( | CryptModule | ) |
Linked list.
| const struct CryptModuleSpecs* CryptModule::specs |
Crypto module definition.
Definition at line 316 of file crypt_mod.h.