Searched refs:ENGINE_CMD_BASE (Results 1 – 5 of 5) sorted by relevance
33 #define DYNAMIC_CMD_SO_PATH ENGINE_CMD_BASE34 #define DYNAMIC_CMD_NO_VCHECK (ENGINE_CMD_BASE + 1)35 #define DYNAMIC_CMD_ID (ENGINE_CMD_BASE + 2)36 #define DYNAMIC_CMD_LIST_ADD (ENGINE_CMD_BASE + 3)37 #define DYNAMIC_CMD_DIR_LOAD (ENGINE_CMD_BASE + 4)38 #define DYNAMIC_CMD_DIR_ADD (ENGINE_CMD_BASE + 5)39 #define DYNAMIC_CMD_LOAD (ENGINE_CMD_BASE + 6)
204 #define CAPI_CMD_LIST_CERTS ENGINE_CMD_BASE205 #define CAPI_CMD_LOOKUP_CERT (ENGINE_CMD_BASE + 1)206 #define CAPI_CMD_DEBUG_LEVEL (ENGINE_CMD_BASE + 2)207 #define CAPI_CMD_DEBUG_FILE (ENGINE_CMD_BASE + 3)208 #define CAPI_CMD_KEYTYPE (ENGINE_CMD_BASE + 4)209 #define CAPI_CMD_LIST_CSPS (ENGINE_CMD_BASE + 5)210 #define CAPI_CMD_SET_CSP_IDX (ENGINE_CMD_BASE + 6)211 #define CAPI_CMD_SET_CSP_NAME (ENGINE_CMD_BASE + 7)212 #define CAPI_CMD_SET_CSP_TYPE (ENGINE_CMD_BASE + 8)213 #define CAPI_CMD_LIST_CONTAINERS (ENGINE_CMD_BASE + 9)[all …]
1078 #define DEVCRYPTO_CMD_USE_SOFTDRIVERS ENGINE_CMD_BASE1079 #define DEVCRYPTO_CMD_CIPHERS (ENGINE_CMD_BASE + 1)1080 #define DEVCRYPTO_CMD_DIGESTS (ENGINE_CMD_BASE + 2)1081 #define DEVCRYPTO_CMD_DUMP_INFO (ENGINE_CMD_BASE + 3)
224 #define ENGINE_CMD_BASE 200 macro
502 F<< <openssl/engine.h> >> defines an index, ENGINE_CMD_BASE, that all control