Searched refs:ENGINE_CMD_BASE (Results 1 – 6 of 6) sorted by relevance
30 #define DYNAMIC_CMD_SO_PATH ENGINE_CMD_BASE31 #define DYNAMIC_CMD_NO_VCHECK (ENGINE_CMD_BASE + 1)32 #define DYNAMIC_CMD_ID (ENGINE_CMD_BASE + 2)33 #define DYNAMIC_CMD_LIST_ADD (ENGINE_CMD_BASE + 3)34 #define DYNAMIC_CMD_DIR_LOAD (ENGINE_CMD_BASE + 4)35 #define DYNAMIC_CMD_DIR_ADD (ENGINE_CMD_BASE + 5)36 #define DYNAMIC_CMD_LOAD (ENGINE_CMD_BASE + 6)
201 # define CAPI_CMD_LIST_CERTS ENGINE_CMD_BASE202 # define CAPI_CMD_LOOKUP_CERT (ENGINE_CMD_BASE + 1)203 # define CAPI_CMD_DEBUG_LEVEL (ENGINE_CMD_BASE + 2)204 # define CAPI_CMD_DEBUG_FILE (ENGINE_CMD_BASE + 3)205 # define CAPI_CMD_KEYTYPE (ENGINE_CMD_BASE + 4)206 # define CAPI_CMD_LIST_CSPS (ENGINE_CMD_BASE + 5)207 # define CAPI_CMD_SET_CSP_IDX (ENGINE_CMD_BASE + 6)208 # define CAPI_CMD_SET_CSP_NAME (ENGINE_CMD_BASE + 7)209 # define CAPI_CMD_SET_CSP_TYPE (ENGINE_CMD_BASE + 8)210 # define CAPI_CMD_LIST_CONTAINERS (ENGINE_CMD_BASE + 9)[all …]
12 #ifndef ENGINE_CMD_BASE
218 # define ENGINE_CMD_BASE 200 macro
494 openssl/engine.h defines an index, ENGINE_CMD_BASE, that all control commands