Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/cms/
HDcms_env.c105 if (ri->type == CMS_RECIPINFO_TRANS) in cms_env_asn1_ctrl()
152 if (ri->type == CMS_RECIPINFO_TRANS) in CMS_RecipientInfo_get0_pkey_ctx()
198 ri->type = CMS_RECIPINFO_TRANS; in cms_RecipientInfo_ktri_init()
264 case CMS_RECIPINFO_TRANS: in CMS_add1_recipient_cert()
298 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_get0_algs()
321 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_get0_signer_id()
333 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_cert_cmp()
344 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_set0_pkey()
367 if (ri->type != CMS_RECIPINFO_TRANS) { in cms_RecipientInfo_ktri_encrypt()
814 case CMS_RECIPINFO_TRANS: in CMS_RecipientInfo_decrypt()
[all …]
HDcms_smime.c737 if (cert == NULL && ri_type == CMS_RECIPINFO_TRANS && match_ri && !debug) { in CMS_decrypt_set1_pkey()
HDcms_asn1.c928 if (ri->type == CMS_RECIPINFO_TRANS) { in cms_ri_cb()
/dragonfly/crypto/libressl/include/openssl/
HDcms.h97 #define CMS_RECIPINFO_TRANS 0 macro
/dragonfly/crypto/libressl/crypto/rsa/
HDrsa_ameth.c567 *(int *)arg2 = CMS_RECIPINFO_TRANS; in rsa_pkey_ctrl()