Home
last modified time | relevance | path

Searched refs:CMS_EncryptedData_set1_key (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/cms/
H A Dcms_enc.c227 CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph, in CMS_EncryptedData_set1_key() function
H A Dcms_smime.c253 if (CMS_EncryptedData_set1_key(cms, NULL, key, keylen) <= 0) in CMS_EncryptedData_decrypt()
277 if (!CMS_EncryptedData_set1_key(cms, cipher, key, keylen)) in CMS_EncryptedData_encrypt()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dcms.h179 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,