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

/freebsd-10-stable/crypto/openssl/crypto/cms/
H A Dcms_enc.c234 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph, function
H A Dcms_smime.c228 if (CMS_EncryptedData_set1_key(cms, NULL, key, keylen) <= 0)
250 if (!CMS_EncryptedData_set1_key(cms, cipher, key, keylen))
H A Dcms.h165 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,

Completed in 51 milliseconds