Searched refs:CMS_RECIPINFO_PASS (Results 1 – 5 of 5) sorted by relevance
74 if (ri->type != CMS_RECIPINFO_PASS) { in CMS_RecipientInfo_set0_password()170 ri->type = CMS_RECIPINFO_PASS; in CMS_add0_recipient_password()
820 case CMS_RECIPINFO_PASS: in CMS_RecipientInfo_decrypt()842 case CMS_RECIPINFO_PASS: in CMS_RecipientInfo_encrypt()904 if (ri->type == CMS_RECIPINFO_PASS || ri->type == CMS_RECIPINFO_OTHER) { in cms_env_set_version()
795 if (CMS_RecipientInfo_type(ri) != CMS_RECIPINFO_PASS) in CMS_decrypt_set1_password()
936 } else if (ri->type == CMS_RECIPINFO_PASS) { in cms_ri_cb()
100 #define CMS_RECIPINFO_PASS 3 macro