Symbol: ENGINE_CMD_BASE
crypto/openssl/crypto/engine/eng_dyn.c
33
#define DYNAMIC_CMD_SO_PATH ENGINE_CMD_BASE
crypto/openssl/crypto/engine/eng_dyn.c
34
#define DYNAMIC_CMD_NO_VCHECK (ENGINE_CMD_BASE + 1)
crypto/openssl/crypto/engine/eng_dyn.c
35
#define DYNAMIC_CMD_ID (ENGINE_CMD_BASE + 2)
crypto/openssl/crypto/engine/eng_dyn.c
36
#define DYNAMIC_CMD_LIST_ADD (ENGINE_CMD_BASE + 3)
crypto/openssl/crypto/engine/eng_dyn.c
37
#define DYNAMIC_CMD_DIR_LOAD (ENGINE_CMD_BASE + 4)
crypto/openssl/crypto/engine/eng_dyn.c
38
#define DYNAMIC_CMD_DIR_ADD (ENGINE_CMD_BASE + 5)
crypto/openssl/crypto/engine/eng_dyn.c
39
#define DYNAMIC_CMD_LOAD (ENGINE_CMD_BASE + 6)
crypto/openssl/engines/e_capi.c
204
#define CAPI_CMD_LIST_CERTS ENGINE_CMD_BASE
crypto/openssl/engines/e_capi.c
205
#define CAPI_CMD_LOOKUP_CERT (ENGINE_CMD_BASE + 1)
crypto/openssl/engines/e_capi.c
206
#define CAPI_CMD_DEBUG_LEVEL (ENGINE_CMD_BASE + 2)
crypto/openssl/engines/e_capi.c
207
#define CAPI_CMD_DEBUG_FILE (ENGINE_CMD_BASE + 3)
crypto/openssl/engines/e_capi.c
208
#define CAPI_CMD_KEYTYPE (ENGINE_CMD_BASE + 4)
crypto/openssl/engines/e_capi.c
209
#define CAPI_CMD_LIST_CSPS (ENGINE_CMD_BASE + 5)
crypto/openssl/engines/e_capi.c
210
#define CAPI_CMD_SET_CSP_IDX (ENGINE_CMD_BASE + 6)
crypto/openssl/engines/e_capi.c
211
#define CAPI_CMD_SET_CSP_NAME (ENGINE_CMD_BASE + 7)
crypto/openssl/engines/e_capi.c
212
#define CAPI_CMD_SET_CSP_TYPE (ENGINE_CMD_BASE + 8)
crypto/openssl/engines/e_capi.c
213
#define CAPI_CMD_LIST_CONTAINERS (ENGINE_CMD_BASE + 9)
crypto/openssl/engines/e_capi.c
214
#define CAPI_CMD_LIST_OPTIONS (ENGINE_CMD_BASE + 10)
crypto/openssl/engines/e_capi.c
215
#define CAPI_CMD_LOOKUP_METHOD (ENGINE_CMD_BASE + 11)
crypto/openssl/engines/e_capi.c
216
#define CAPI_CMD_STORE_NAME (ENGINE_CMD_BASE + 12)
crypto/openssl/engines/e_capi.c
217
#define CAPI_CMD_STORE_FLAGS (ENGINE_CMD_BASE + 13)
crypto/openssl/engines/e_devcrypto.c
1078
#define DEVCRYPTO_CMD_USE_SOFTDRIVERS ENGINE_CMD_BASE
crypto/openssl/engines/e_devcrypto.c
1079
#define DEVCRYPTO_CMD_CIPHERS (ENGINE_CMD_BASE + 1)
crypto/openssl/engines/e_devcrypto.c
1080
#define DEVCRYPTO_CMD_DIGESTS (ENGINE_CMD_BASE + 2)
crypto/openssl/engines/e_devcrypto.c
1081
#define DEVCRYPTO_CMD_DUMP_INFO (ENGINE_CMD_BASE + 3)