OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENGINE_set_cmd_defns
(Results
1 - 6
of
6
) sorted by null
/external/openssl/crypto/engine/
eng_lib.c
278
int
ENGINE_set_cmd_defns
(ENGINE *e, const ENGINE_CMD_DEFN *defns)
eng_dyn.c
279
!
ENGINE_set_cmd_defns
(ret, dynamic_cmd_defns))
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);
[
all
...]
eng_cryptodev.c
[
all
...]
/system/security/keystore-engine/
eng_keystore.cpp
383
|| !
ENGINE_set_cmd_defns
(e, keystore_cmd_defns)) {
/external/openssl/include/openssl/
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);
[
all
...]
Completed in 556 milliseconds