Searched refs:EVP_get_cipherbynid (Results 1 – 14 of 14) sorted by relevance
24 && EVP_get_cipherbynid(SSL_CIPHER_get_cipher_nid(ciph)) == NULL) in cipher_enabled()
218 pbe_ciph = EVP_get_cipherbynid(pbe_nid); in PKCS12_SAFEBAG_create_pkcs8_encrypt_ex()
108 pbe_ciph = EVP_get_cipherbynid(pbe_nid); in PKCS12_pack_p7encdata_ex()
124 cipher = EVP_get_cipherbynid(cipher_nid); in EVP_PBE_CipherInit_ex()
104 #[corresponds(EVP_get_cipherbynid)]
105 if (EVP_get_cipherbynid(nid)) in add_cipher_smcap()
33 EVP_get_cipherbynid,164 const EVP_CIPHER *EVP_get_cipherbynid(int nid);445 =item EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj()458 an associated NID. Similarly EVP_get_cipherbynid() and EVP_get_cipherbyobj()1205 EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj()1487 EVP_get_cipherbynid(), and EVP_get_cipherbyobj() are implemented as macros.
440 # define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a)) macro441 # define EVP_get_cipherbyobj(a) EVP_get_cipherbynid(OBJ_obj2nid(a))
1063 if (EVP_get_cipherbynid(nid)) in cms_add_cipher_smcap()
528 # define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a)) macro529 # define EVP_get_cipherbyobj(a) EVP_get_cipherbynid(OBJ_obj2nid(a))
2190 const EVP_CIPHER *e_ciph = EVP_get_cipherbynid(cipher_nid); in ssl_cipher_get_overhead()
3123 e_ciph = EVP_get_cipherbynid(SSL_CIPHER_get_cipher_nid(s_ciph)); in coap_dtls_get_overhead()
4024 c = EVP_get_cipherbynid(cipher); in openssl_get_keyblock_size()
4243 c = EVP_get_cipherbynid(cipher); in openssl_get_keyblock_size()