Home
last modified time | relevance | path

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

/third_party/openssl/crypto/cms/
Dcms_env.c55 if (ri->type == CMS_RECIPINFO_TRANS) in cms_env_asn1_ctrl()
97 if (ri->type == CMS_RECIPINFO_TRANS) in CMS_RecipientInfo_get0_pkey_ctx()
137 ri->type = CMS_RECIPINFO_TRANS; in cms_RecipientInfo_ktri_init()
201 case CMS_RECIPINFO_TRANS: in CMS_add1_recipient_cert()
236 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_get0_algs()
259 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_get0_signer_id()
271 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_ktri_cert_cmp()
281 if (ri->type != CMS_RECIPINFO_TRANS) { in CMS_RecipientInfo_set0_pkey()
303 if (ri->type != CMS_RECIPINFO_TRANS) { in cms_RecipientInfo_ktri_encrypt()
759 case CMS_RECIPINFO_TRANS: in CMS_RecipientInfo_decrypt()
[all …]
Dcms_asn1.c203 if (ri->type == CMS_RECIPINFO_TRANS) {
Dcms_smime.c662 if (cert == NULL && ri_type == CMS_RECIPINFO_TRANS && match_ri && !debug) { in CMS_decrypt_set1_pkey()
/third_party/openssl/doc/man3/
DCMS_get0_RecipientInfos.pod45 It will currently return CMS_RECIPINFO_TRANS, CMS_RECIPINFO_AGREE,
50 must be of type CMS_RECIPINFO_TRANS. Either the keyidentifier will be set in
54 CMS_RecipientInfo structure B<ri>, which must be of type CMS_RECIPINFO_TRANS.
59 CMS_RECIPINFO_TRANS.
/third_party/openssl/include/openssl/
Dcms.h45 # define CMS_RECIPINFO_TRANS 0 macro
/third_party/openssl/crypto/rsa/
Drsa_ameth.c507 *(int *)arg2 = CMS_RECIPINFO_TRANS; in rsa_pkey_ctrl()