Searched refs:EVP_CIPHER_nid (Results 1 – 13 of 13) sorted by relevance
127 nid = EVP_CIPHER_nid(ctx); in EVP_CIPHER_type()241 int EVP_CIPHER_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_nid() function
262 cipher_nid = EVP_CIPHER_nid(cipher); in EVP_PBE_alg_add()
489 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);490 #define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e))
326 objstr=OBJ_nid2sn(EVP_CIPHER_nid(enc)); in PEM_X509_INFO_write_bio()360 EVP_CIPHER_nid(xi->enc_cipher.cipher)); in PEM_X509_INFO_write_bio()
347 objstr=OBJ_nid2sn(EVP_CIPHER_nid(enc)); in PEM_ASN1_write_bio()
325 objstr=OBJ_nid2sn(EVP_CIPHER_nid(enc)); in PEM_X509_INFO_write_bio()359 EVP_CIPHER_nid(xi->enc_cipher.cipher)); in PEM_X509_INFO_write_bio()
301 objstr=OBJ_nid2sn(EVP_CIPHER_nid(enc)); in PEM_ASN1_write_bio()
124 alg_nid = EVP_CIPHER_nid(cipher); in PKCS5_pbe2_set_iv()
274 OPENSSL_EXPORT int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
591 int EVP_CIPHER_nid(const EVP_CIPHER *cipher) { return cipher->nid; } in EVP_CIPHER_nid() function
443 OBJ_nid2ln(EVP_CIPHER_nid(cipher)), in MAIN()
1245 switch(EVP_CIPHER_nid(e)){ in evp_crypt()