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.c114 if (ri->type == CMS_RECIPINFO_TRANS) in ossl_cms_env_asn1_ctrl()
193 case CMS_RECIPINFO_TRANS: in ossl_cms_RecipientInfos_set_cmsctx()
219 if (ri->type == CMS_RECIPINFO_TRANS) in CMS_RecipientInfo_get0_pkey_ctx()
299 ri->type = CMS_RECIPINFO_TRANS; in cms_RecipientInfo_ktri_init()
369 case CMS_RECIPINFO_TRANS: in CMS_add1_recipient()
410 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_get0_algs()
432 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_get0_signer_id()
444 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_cert_cmp()
453 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_set0_pkey()
476 if (ri->type != CMS_RECIPINFO_TRANS) { in cms_RecipientInfo_ktri_encrypt()
[all …]
H A Dcms_smime.c768 else if (r > 0 && (debug || cms_pkey_ri_type != CMS_RECIPINFO_TRANS)) in CMS_decrypt_set1_pkey_and_peer()
774 && cms_pkey_ri_type == CMS_RECIPINFO_TRANS in CMS_decrypt_set1_pkey_and_peer()
H A Dcms_asn1.c214 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