Searched refs:ossl_cmp_hdr_set1_senderKID (Results 1 – 5 of 5) sorted by relevance
13 ossl_cmp_hdr_set1_senderKID,38 int ossl_cmp_hdr_set1_senderKID(OSSL_CMP_PKIHEADER *hdr,80 ossl_cmp_hdr_set1_senderKID() Sets hdr->senderKID to the given string.
153 int ossl_cmp_hdr_set1_senderKID(OSSL_CMP_PKIHEADER *hdr, in ossl_cmp_hdr_set1_senderKID() function
252 return id == NULL || ossl_cmp_hdr_set1_senderKID(msg->header, id); in set_senderKID()
810 int ossl_cmp_hdr_set1_senderKID(OSSL_CMP_PKIHEADER *hdr,
225 if (!TEST_int_eq(ossl_cmp_hdr_set1_senderKID(fixture->hdr, senderKID), 1)) in test_HDR_set1_senderKID()