Searched refs:CMS_EncryptedData_set1_key (Results 1 - 4 of 4) sorted by relevance
/external/openssl/crypto/cms/ |
H A D | cms_enc.c | 257 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph, function
|
H A D | cms_smime.c | 242 if (CMS_EncryptedData_set1_key(cms, NULL, key, keylen) <= 0) 265 if (!CMS_EncryptedData_set1_key(cms, cipher, key, keylen))
|
H A D | cms.h | 165 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
|
/external/openssl/include/openssl/ |
H A D | cms.h | 165 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
|
Completed in 76 milliseconds