Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/cms/
H A Dcms_smime.c698 int i, r, ri_type; in CMS_decrypt_set1_pkey() local
704 ri_type = cms_pkey_get_ri_type(pk); in CMS_decrypt_set1_pkey()
705 if (ri_type == CMS_RECIPINFO_NONE) { in CMS_decrypt_set1_pkey()
712 if (CMS_RecipientInfo_type(ri) != ri_type) in CMS_decrypt_set1_pkey()
715 if (ri_type == CMS_RECIPINFO_AGREE) { in CMS_decrypt_set1_pkey()
755 if (cert == NULL && ri_type == CMS_RECIPINFO_TRANS && match_ri && !debug) { in CMS_decrypt_set1_pkey()