Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_kari.c32 if (ri->type != CMS_RECIPINFO_AGREE) { in CMS_RecipientInfo_kari_get0_alg()
48 if (ri->type != CMS_RECIPINFO_AGREE) { in STACK_OF()
64 if (ri->type != CMS_RECIPINFO_AGREE) { in CMS_RecipientInfo_kari_get0_orig_id()
101 if (ri->type != CMS_RECIPINFO_AGREE) { in CMS_RecipientInfo_kari_orig_id_cmp()
200 if (ri->type == CMS_RECIPINFO_AGREE) in CMS_RecipientInfo_kari_get0_ctx()
352 ri->type = CMS_RECIPINFO_AGREE; in ossl_cms_RecipientInfo_kari_init()
485 if (ri->type != CMS_RECIPINFO_AGREE) { in ossl_cms_RecipientInfo_kari_encrypt()
H A Dcms_env.c125 else if (ri->type == CMS_RECIPINFO_AGREE) { in ossl_cms_env_asn1_ctrl()
199 case CMS_RECIPINFO_AGREE: in ossl_cms_RecipientInfos_set_cmsctx()
230 else if (ri->type == CMS_RECIPINFO_AGREE) in CMS_RecipientInfo_get0_pkey_ctx()
383 case CMS_RECIPINFO_AGREE: in CMS_add1_recipient()
1012 case CMS_RECIPINFO_AGREE: in CMS_RecipientInfo_encrypt()
1314 return CMS_RECIPINFO_AGREE; in ossl_cms_pkey_get_ri_type()
1316 return CMS_RECIPINFO_AGREE; in ossl_cms_pkey_get_ri_type()
1320 return CMS_RECIPINFO_AGREE; in ossl_cms_pkey_get_ri_type()
H A Dcms_smime.c735 if (ri_type == CMS_RECIPINFO_AGREE) { in CMS_decrypt_set1_pkey_and_peer()
/freebsd/crypto/openssl/doc/man3/
H A DCMS_get0_RecipientInfos.pod49 It will currently return CMS_RECIPINFO_TRANS, CMS_RECIPINFO_AGREE,
67 must be of type CMS_RECIPINFO_AGREE.
70 CMS_RecipientInfo structure B<ri>, which must be of type CMS_RECIPINFO_AGREE.
/freebsd/crypto/openssl/include/openssl/
H A Dcms.h.in63 # define CMS_RECIPINFO_AGREE 1 macro
H A Dcms.h161 # define CMS_RECIPINFO_AGREE 1 macro
/freebsd/crypto/openssl/apps/
H A Dcms.c988 if (CMS_RecipientInfo_type(ri) == CMS_RECIPINFO_AGREE in cms_main()