Searched refs:CMS_EncryptedData_set1_key (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | CMS_EncryptedData_set1_key.pod | 5 CMS_EncryptedData_set1_key - Sets the cipher and key for 12 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph, 17 CMS_EncryptedData_set1_key() takes in a I<cms> EncryptedData object and sets 23 CMS_EncryptedData_set1_key() returns 0 if an error occurred otherwise
|
| /freebsd/crypto/openssl/test/ |
| H A D | cmsapitest.c | 397 if (!TEST_true(CMS_EncryptedData_set1_key(cms, EVP_aes_256_cbc(), in test_CMS_set1_key_mem_leak() 401 if (!TEST_true(CMS_EncryptedData_set1_key(cms, EVP_aes_128_cbc(), in test_CMS_set1_key_mem_leak() 460 if (!TEST_false(CMS_EncryptedData_set1_key(cms, EVP_aes_128_gcm(), key, keylen))) in test_encrypted_data_aead()
|
| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_enc.c | 226 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph, in CMS_EncryptedData_set1_key() function
|
| H A D | cms_smime.c | 213 if (CMS_EncryptedData_set1_key(cms, NULL, key, keylen) <= 0) in CMS_EncryptedData_decrypt() 238 if (!CMS_EncryptedData_set1_key(cms, cipher, key, keylen)) in CMS_EncryptedData_encrypt_ex()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | cms.h.in | 174 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
|
| H A D | cms.h | 272 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
|
| /freebsd/crypto/openssl/util/ |
| H A D | missingcrypto111.txt | 331 CMS_EncryptedData_set1_key(3)
|
| H A D | libcrypto.num | 1647 CMS_EncryptedData_set1_key 1686 3_0_0 EXIST::FUNCTION:CMS
|
| /freebsd/crypto/openssl/doc/ |
| H A D | build.info | 810 DEPEND[html/man3/CMS_EncryptedData_set1_key.html]=man3/CMS_EncryptedData_set1_key.pod 811 GENERATE[html/man3/CMS_EncryptedData_set1_key.html]=man3/CMS_EncryptedData_set1_key.pod 812 DEPEND[man/man3/CMS_EncryptedData_set1_key.3]=man3/CMS_EncryptedData_set1_key.pod 813 GENERATE[man/man3/CMS_EncryptedData_set1_key.3]=man3/CMS_EncryptedData_set1_key.pod 3270 html/man3/CMS_EncryptedData_set1_key.html \ 3947 man/man3/CMS_EncryptedData_set1_key.3 \
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 616 CMS_EncryptedData_set1_key;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 85 MAN+= CMS_EncryptedData_set1_key.3
|