|
cryptlib
3.4.1
|
Go to the source code of this file.
Classes | |
| struct | BUILTIN_OPTION_INFO |
| struct | OPTION_INFO |
Macros | |
| #define | LAST_STORED_OPTION CRYPT_OPTION_MISC_SIDECHANNELPROTECTION |
| #define | LAST_OPTION_INDEX 1000 |
Enumerations | |
| enum | OPTION_TYPE { OPTION_NONE, OPTION_STRING, OPTION_NUMERIC, OPTION_BOOLEAN } |
Functions | |
| CHECK_RETVAL_PTR const BUILTIN_OPTION_INFO * | getBuiltinOptionInfoByCode (IN_RANGE(0, LAST_OPTION_INDEX) const int optionCode) |
| CHECK_RETVAL_BOOL | STDC_NONNULL_ARG ((1)) BOOLEAN checkConfigChanged(IN_ARRAY(configOptionsCount) const OPTION_INFO *optionList |
Variables | |
| CHECK_RETVAL_BOOL IN_INT_SHORT const int | configOptionsCount |
| #define LAST_OPTION_INDEX 1000 |
Definition at line 55 of file user_int.h.
| #define LAST_STORED_OPTION CRYPT_OPTION_MISC_SIDECHANNELPROTECTION |
Definition at line 54 of file user_int.h.
| enum OPTION_TYPE |
Definition at line 14 of file user_int.h.
| CHECK_RETVAL_PTR const BUILTIN_OPTION_INFO* getBuiltinOptionInfoByCode | ( | IN_RANGE(0, LAST_OPTION_INDEX) const int | optionCode | ) |
Definition at line 142 of file user_cfg.c.
| CHECK_RETVAL_BOOL STDC_NONNULL_ARG | ( | (1) | ) | const |
| CHECK_RETVAL_BOOL IN_INT_SHORT const int configOptionsCount |
Definition at line 65 of file user_int.h.
1.8.2