Searched defs:ENGINE_CIPHERS_PTR (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/engine/
H A 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/include/openssl/
H A 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);

Completed in 625 milliseconds