Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DCMS_EncryptedData_set1_key.pod5 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 Dcmsapitest.c397 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 Dcms_enc.c226 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph, in CMS_EncryptedData_set1_key() function
H A Dcms_smime.c213 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 Dcms.h.in174 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
H A Dcms.h272 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
/freebsd/crypto/openssl/util/
H A Dmissingcrypto111.txt331 CMS_EncryptedData_set1_key(3)
H A Dlibcrypto.num1647 CMS_EncryptedData_set1_key 1686 3_0_0 EXIST::FUNCTION:CMS
/freebsd/crypto/openssl/doc/
H A Dbuild.info810 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 DVersion.map616 CMS_EncryptedData_set1_key;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile85 MAN+= CMS_EncryptedData_set1_key.3