Home
last modified time | relevance | path

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

/openssl/crypto/cms/
H A Dcms_enc.c63 cipher = EVP_get_cipherbyobj(calg->algorithm); in ossl_cms_EncryptedContent_init_bio()
H A Dcms_env.c601 cipher = EVP_get_cipherbyobj(calg->algorithm); in cms_RecipientInfo_ktri_decrypt()
/openssl/doc/man3/
H A DEVP_EncryptInit.pod36 EVP_get_cipherbyobj,
169 const EVP_CIPHER *EVP_get_cipherbyobj(const ASN1_OBJECT *a);
465 =item EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj()
478 an associated NID. Similarly EVP_get_cipherbynid() and EVP_get_cipherbyobj()
1319 EVP_get_cipherbyname(), EVP_get_cipherbynid() and EVP_get_cipherbyobj()
1618 EVP_get_cipherbynid(), and EVP_get_cipherbyobj() are implemented as macros.
/openssl/include/openssl/
H A Devp.h535 # define EVP_get_cipherbyobj(a) EVP_get_cipherbynid(OBJ_obj2nid(a)) macro

Completed in 44 milliseconds