OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ENGINE_CMD_DEFN
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
engine.h
268
* behalf, it should supply a null-terminated array of
ENGINE_CMD_DEFN
entries
272
* "null-terminated" means that the last
ENGINE_CMD_DEFN
element has cmd_num set
280
}
ENGINE_CMD_DEFN
;
497
int ENGINE_set_cmd_defns(ENGINE *e, const
ENGINE_CMD_DEFN
*defns);
542
const
ENGINE_CMD_DEFN
*ENGINE_get_cmd_defns(const ENGINE *e);
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
engine.h
268
* behalf, it should supply a null-terminated array of
ENGINE_CMD_DEFN
entries
272
* "null-terminated" means that the last
ENGINE_CMD_DEFN
element has cmd_num set
280
}
ENGINE_CMD_DEFN
;
497
int ENGINE_set_cmd_defns(ENGINE *e, const
ENGINE_CMD_DEFN
*defns);
542
const
ENGINE_CMD_DEFN
*ENGINE_get_cmd_defns(const ENGINE *e);
[
all
...]
/external/openssl/crypto/engine/
engine.h
268
* behalf, it should supply a null-terminated array of
ENGINE_CMD_DEFN
entries
272
* "null-terminated" means that the last
ENGINE_CMD_DEFN
element has cmd_num set
280
}
ENGINE_CMD_DEFN
;
497
int ENGINE_set_cmd_defns(ENGINE *e, const
ENGINE_CMD_DEFN
*defns);
542
const
ENGINE_CMD_DEFN
*ENGINE_get_cmd_defns(const ENGINE *e);
[
all
...]
/external/openssl/include/openssl/
engine.h
268
* behalf, it should supply a null-terminated array of
ENGINE_CMD_DEFN
entries
272
* "null-terminated" means that the last
ENGINE_CMD_DEFN
element has cmd_num set
280
}
ENGINE_CMD_DEFN
;
497
int ENGINE_set_cmd_defns(ENGINE *e, const
ENGINE_CMD_DEFN
*defns);
542
const
ENGINE_CMD_DEFN
*ENGINE_get_cmd_defns(const ENGINE *e);
[
all
...]
Completed in 28 milliseconds