Home | History | Annotate | Download | only in evp

Lines Matching refs:EVP_CIPHER_nid

489 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
490 #define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e))