Searched refs:ossl_cmp_hdr_get_protection_nid (Results 1 – 5 of 5) sorted by relevance
7 ossl_cmp_hdr_get_protection_nid,30 int ossl_cmp_hdr_get_protection_nid(const OSSL_CMP_PKIHEADER *hdr);59 ossl_cmp_hdr_get_protection_nid returns the NID of the protection algorithm124 ossl_cmp_hdr_get_protection_nid returns the respective NID, NID_undef on error.
567 switch (ossl_cmp_hdr_get_protection_nid(msg->header)) { in OSSL_CMP_validate_msg()792 if (ossl_cmp_hdr_get_protection_nid(hdr) == NID_id_PasswordBasedMAC) { in ossl_cmp_msg_check_update()
41 int ossl_cmp_hdr_get_protection_nid(const OSSL_CMP_PKIHEADER *hdr) in ossl_cmp_hdr_get_protection_nid() function
804 int ossl_cmp_hdr_get_protection_nid(const OSSL_CMP_PKIHEADER *hdr);
527 && ossl_cmp_hdr_get_protection_nid(hdr) != NID_id_PasswordBasedMAC) in OSSL_CMP_SRV_process_request()