Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/cms/
HDcms_env.c107 if (ri->type == CMS_RECIPINFO_TRANS) in cms_env_asn1_ctrl()
149 if (ri->type == CMS_RECIPINFO_TRANS) in CMS_RecipientInfo_get0_pkey_ctx()
190 ri->type = CMS_RECIPINFO_TRANS; in cms_RecipientInfo_ktri_init()
253 case CMS_RECIPINFO_TRANS: in CMS_add1_recipient_cert()
293 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_get0_algs()
316 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_get0_signer_id()
328 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_cert_cmp()
338 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_set0_pkey()
359 if (ri->type != CMS_RECIPINFO_TRANS) { in cms_RecipientInfo_ktri_encrypt()
808 case CMS_RECIPINFO_TRANS: in CMS_RecipientInfo_decrypt()
[all …]
HDcms.h89 # define CMS_RECIPINFO_TRANS 0 macro
HDcms_asn1.c251 if (ri->type == CMS_RECIPINFO_TRANS) {
/NextBSD/crypto/openssl/doc/crypto/
HDCMS_get0_RecipientInfos.pod31 It will currently return CMS_RECIPINFO_TRANS, CMS_RECIPINFO_AGREE,
36 must be of type CMS_RECIPINFO_TRANS. Either the keyidentifier will be set in
40 CMS_RecipientInfo structure B<ri>, which must be of type CMS_RECIPINFO_TRANS.
45 CMS_RECIPINFO_TRANS.
/NextBSD/crypto/openssl/crypto/rsa/
HDrsa_ameth.c431 *(int *)arg2 = CMS_RECIPINFO_TRANS; in rsa_pkey_ctrl()