Searched refs:ENGINE_set_cmd_defns (Results 1 - 10 of 10) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
H A D | eng_lib.c | 278 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns) function
|
H A D | eng_dyn.c | 279 !ENGINE_set_cmd_defns(ret, dynamic_cmd_defns))
|
H A D | engine.h | 212 * data (set using ENGINE_set_cmd_defns()). This means an ENGINE's ctrl() 269 * to ENGINE_set_cmd_defns(). It should also implement a ctrl() handler that 497 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
|
H A D | eng_cryptodev.c | 1392 !ENGINE_set_cmd_defns(engine, cryptodev_defns)) {
|
/external/openssl/crypto/engine/ |
H A D | eng_lib.c | 278 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns) function
|
H A D | eng_dyn.c | 279 !ENGINE_set_cmd_defns(ret, dynamic_cmd_defns))
|
H A D | engine.h | 212 * data (set using ENGINE_set_cmd_defns()). This means an ENGINE's ctrl() 269 * to ENGINE_set_cmd_defns(). It should also implement a ctrl() handler that 497 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
|
H A D | eng_cryptodev.c | 1392 !ENGINE_set_cmd_defns(engine, cryptodev_defns)) {
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
H A D | engine.h | 212 * data (set using ENGINE_set_cmd_defns()). This means an ENGINE's ctrl() 269 * to ENGINE_set_cmd_defns(). It should also implement a ctrl() handler that 497 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
|
/external/openssl/include/openssl/ |
H A D | engine.h | 212 * data (set using ENGINE_set_cmd_defns()). This means an ENGINE's ctrl() 269 * to ENGINE_set_cmd_defns(). It should also implement a ctrl() handler that 497 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
|
Completed in 254 milliseconds