Home
last modified time | relevance | path

Searched refs:EVP_get_cipherbyobj (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_enc.c63 cipher = EVP_get_cipherbyobj(calg->algorithm); in ossl_cms_EncryptedContent_init_bio()
H A Dcms_env.c571 cipher = EVP_get_cipherbyobj(calg->algorithm); in cms_RecipientInfo_ktri_decrypt()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod34 EVP_get_cipherbyobj,
165 const EVP_CIPHER *EVP_get_cipherbyobj(const ASN1_OBJECT *a);
451 =item EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj()
464 an associated NID. Similarly EVP_get_cipherbynid() and EVP_get_cipherbyobj()
1212 EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj()
1501 EVP_get_cipherbynid(), and EVP_get_cipherbyobj() are implemented as macros.
/freebsd/crypto/openssl/include/openssl/
H A Devp.h531 # define EVP_get_cipherbyobj(a) EVP_get_cipherbynid(OBJ_obj2nid(a)) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2461 MLINKS+= EVP_EncryptInit.3 EVP_get_cipherbyobj.3