Home
last modified time | relevance | path

Searched refs:CMS_RecipientInfo_type (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/crypto/openssl/doc/man3/
H A DCMS_get0_RecipientInfos.pod5 CMS_get0_RecipientInfos, CMS_RecipientInfo_type,
17 int CMS_RecipientInfo_type(CMS_RecipientInfo *ri);
44 CMS_RecipientInfo_type() returns the type of CMS_RecipientInfo structure B<ri>.
97 CMS_RecipientInfo_type(). Depending on the type the CMS_RecipientInfo structure
/freebsd-12.1/crypto/openssl/crypto/cms/
H A Dcms_smime.c619 if (CMS_RecipientInfo_type(ri) != ri_type) in CMS_decrypt_set1_pkey()
682 if (CMS_RecipientInfo_type(ri) != CMS_RECIPINFO_KEK) in CMS_decrypt_set1_key()
717 if (CMS_RecipientInfo_type(ri) != CMS_RECIPINFO_PASS) in CMS_decrypt_set1_password()
H A Dcms_env.c90 int CMS_RecipientInfo_type(CMS_RecipientInfo *ri) in CMS_RecipientInfo_type() function
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dcms.h153 int CMS_RecipientInfo_type(CMS_RecipientInfo *ri);
/freebsd-12.1/crypto/openssl/apps/
H A Dcms.c839 if (CMS_RecipientInfo_type(ri) == CMS_RECIPINFO_AGREE in cms_main()
/freebsd-12.1/secure/lib/libcrypto/
H A DVersion.map642 CMS_RecipientInfo_type;
H A DMakefile.man900 MLINKS+= CMS_get0_RecipientInfos.3 CMS_RecipientInfo_type.3