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

/external/openssl/crypto/evp/
H A Devp.h474 #define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a)) macro
475 #define EVP_get_cipherbyobj(a) EVP_get_cipherbynid(OBJ_obj2nid(a))
/external/openssl/include/openssl/
H A Devp.h474 #define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a)) macro
475 #define EVP_get_cipherbyobj(a) EVP_get_cipherbynid(OBJ_obj2nid(a))

Completed in 41 milliseconds