Home
last modified time | relevance | path

Searched refs:CMS_RECIPINFO_TRANS (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_env.c123 if (ri->type == CMS_RECIPINFO_TRANS) in ossl_cms_env_asn1_ctrl()
202 case CMS_RECIPINFO_TRANS: in ossl_cms_RecipientInfos_set_cmsctx()
228 if (ri->type == CMS_RECIPINFO_TRANS) in CMS_RecipientInfo_get0_pkey_ctx()
308 ri->type = CMS_RECIPINFO_TRANS; in cms_RecipientInfo_ktri_init()
378 case CMS_RECIPINFO_TRANS: in CMS_add1_recipient()
419 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_get0_algs()
441 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_get0_signer_id()
453 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_cert_cmp()
462 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_set0_pkey()
485 if (ri->type != CMS_RECIPINFO_TRANS) { in cms_RecipientInfo_ktri_encrypt()
[all …]
H A Dcms_smime.c767 else if (r > 0 && (debug || cms_pkey_ri_type != CMS_RECIPINFO_TRANS)) in CMS_decrypt_set1_pkey_and_peer()
773 && cms_pkey_ri_type == CMS_RECIPINFO_TRANS in CMS_decrypt_set1_pkey_and_peer()
H A Dcms_asn1.c203 if (ri->type == CMS_RECIPINFO_TRANS) {
/freebsd/crypto/openssl/doc/man3/
H A DCMS_get0_RecipientInfos.pod49 It will currently return CMS_RECIPINFO_TRANS, CMS_RECIPINFO_AGREE,
54 must be of type CMS_RECIPINFO_TRANS. Either the keyidentifier will be set in
58 CMS_RecipientInfo structure B<ri>, which must be of type CMS_RECIPINFO_TRANS.
63 CMS_RECIPINFO_TRANS.
/freebsd/crypto/openssl/include/openssl/
H A Dcms.h.in62 # define CMS_RECIPINFO_TRANS 0 macro
H A Dcms.h160 # define CMS_RECIPINFO_TRANS 0 macro