Home
last modified time | relevance | path

Searched refs:ENGINE_CIPHERS_PTR (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/engine/
Dtb_cipher.c122 ENGINE_CIPHERS_PTR fn = ENGINE_get_ciphers(e); in ENGINE_get_cipher()
133 ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e) in ENGINE_get_ciphers()
139 int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f) in ENGINE_set_ciphers()
Dengine.h306 typedef int (*ENGINE_CIPHERS_PTR)(ENGINE *, const EVP_CIPHER **, const int **, int); typedef
492 int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f);
530 ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e);
Deng_int.h167 ENGINE_CIPHERS_PTR ciphers;
/external/openssl/include/openssl/
Dengine.h306 typedef int (*ENGINE_CIPHERS_PTR)(ENGINE *, const EVP_CIPHER **, const int **, int); typedef
492 int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f);
530 ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e);
/external/openssl/apps/
Dengine.c452 ENGINE_CIPHERS_PTR fn_c; in MAIN()