Lines Matching defs:hdr
668 OSSL_CMP_PKIHEADER *hdr;
673 hdr = OSSL_CMP_MSG_get0_header(msg);
676 if (hdr->sender->type != GEN_DIRNAME) {
688 if (!check_name(ctx, 0, "sender DN field", hdr->sender->d.directoryName,
711 if (hdr->protectionAlg != NULL) {
731 if (ossl_cmp_hdr_get_pvno(hdr) != OSSL_CMP_PVNO) {
747 && (hdr->transactionID == NULL
749 hdr->transactionID) != 0)) {
760 hdr->recipNonce) != 0)) {
769 && !OSSL_CMP_CTX_set1_transactionID(ctx, hdr->transactionID))
777 if (!ossl_cmp_ctx_set1_recipNonce(ctx, hdr->senderNonce))
792 if (ossl_cmp_hdr_get_protection_nid(hdr) == NID_id_PasswordBasedMAC) {