cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Classes | Macros | Enumerations | Functions | Variables
user_int.h File Reference

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
 

Macro Definition Documentation

#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.

Enumeration Type Documentation

Enumerator:
OPTION_NONE 
OPTION_STRING 
OPTION_NUMERIC 
OPTION_BOOLEAN 

Definition at line 14 of file user_int.h.

Function Documentation

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

Variable Documentation

CHECK_RETVAL_BOOL IN_INT_SHORT const int configOptionsCount

Definition at line 65 of file user_int.h.