Searched refs:ossl_cms_EncryptedContent_init (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_enc.c | 207 int ossl_cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init() function 248 return ossl_cms_EncryptedContent_init(ec, ciph, key, keylen, in CMS_EncryptedData_set1_key()
|
H A D | cms_local.h | 435 int ossl_cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec,
|
H A D | cms_env.c | 240 if (!ossl_cms_EncryptedContent_init(env->encryptedContentInfo, cipher, NULL, in CMS_EnvelopedData_create_ex() 268 if (!ossl_cms_EncryptedContent_init(aenv->authEncryptedContentInfo, in CMS_AuthEnvelopedData_create_ex()
|