Searched refs:CMS_RECIPINFO_PASS (Results 1 – 6 of 6) sorted by relevance
25 if (ri->type != CMS_RECIPINFO_PASS) { in CMS_RecipientInfo_set0_password()123 ri->type = CMS_RECIPINFO_PASS; in CMS_add0_recipient_password()
765 case CMS_RECIPINFO_PASS: in CMS_RecipientInfo_decrypt()787 case CMS_RECIPINFO_PASS: in CMS_RecipientInfo_encrypt()845 if (ri->type == CMS_RECIPINFO_PASS || ri->type == CMS_RECIPINFO_OTHER) { in cms_env_set_version()
211 } else if (ri->type == CMS_RECIPINFO_PASS) {
717 if (CMS_RecipientInfo_type(ri) != CMS_RECIPINFO_PASS) in CMS_decrypt_set1_password()
46 CMS_RECIPINFO_KEK, CMS_RECIPINFO_PASS, or CMS_RECIPINFO_OTHER.
48 # define CMS_RECIPINFO_PASS 3 macro