OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENGINE_CMD_BASE
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_dyn.c
75
#define DYNAMIC_CMD_SO_PATH
ENGINE_CMD_BASE
76
#define DYNAMIC_CMD_NO_VCHECK (
ENGINE_CMD_BASE
+ 1)
77
#define DYNAMIC_CMD_ID (
ENGINE_CMD_BASE
+ 2)
78
#define DYNAMIC_CMD_LIST_ADD (
ENGINE_CMD_BASE
+ 3)
79
#define DYNAMIC_CMD_DIR_LOAD (
ENGINE_CMD_BASE
+ 4)
80
#define DYNAMIC_CMD_DIR_ADD (
ENGINE_CMD_BASE
+ 5)
81
#define DYNAMIC_CMD_LOAD (
ENGINE_CMD_BASE
+ 6)
engine.h
247
* commands from this value. (ie.
ENGINE_CMD_BASE
,
ENGINE_CMD_BASE
+ 1, etc). */
248
#define
ENGINE_CMD_BASE
200
[
all
...]
/external/openssl/crypto/engine/
eng_dyn.c
75
#define DYNAMIC_CMD_SO_PATH
ENGINE_CMD_BASE
76
#define DYNAMIC_CMD_NO_VCHECK (
ENGINE_CMD_BASE
+ 1)
77
#define DYNAMIC_CMD_ID (
ENGINE_CMD_BASE
+ 2)
78
#define DYNAMIC_CMD_LIST_ADD (
ENGINE_CMD_BASE
+ 3)
79
#define DYNAMIC_CMD_DIR_LOAD (
ENGINE_CMD_BASE
+ 4)
80
#define DYNAMIC_CMD_DIR_ADD (
ENGINE_CMD_BASE
+ 5)
81
#define DYNAMIC_CMD_LOAD (
ENGINE_CMD_BASE
+ 6)
engine.h
247
* commands from this value. (ie.
ENGINE_CMD_BASE
,
ENGINE_CMD_BASE
+ 1, etc). */
248
#define
ENGINE_CMD_BASE
200
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
engine.h
247
* commands from this value. (ie.
ENGINE_CMD_BASE
,
ENGINE_CMD_BASE
+ 1, etc). */
248
#define
ENGINE_CMD_BASE
200
[
all
...]
/external/openssl/include/openssl/
engine.h
247
* commands from this value. (ie.
ENGINE_CMD_BASE
,
ENGINE_CMD_BASE
+ 1, etc). */
248
#define
ENGINE_CMD_BASE
200
[
all
...]
Completed in 29 milliseconds