Lines Matching refs:hdr
706 OSSL_CMP_PKIHEADER *hdr; in ossl_cmp_msg_check_update() local
712 hdr = OSSL_CMP_MSG_get0_header(msg); in ossl_cmp_msg_check_update()
722 if (hdr->sender->type != GEN_DIRNAME) { in ossl_cmp_msg_check_update()
726 actual_sender = hdr->sender->d.directoryName; in ossl_cmp_msg_check_update()
769 if (hdr->protectionAlg != NULL) in ossl_cmp_msg_check_update()
786 if (hdr->protectionAlg != NULL) in ossl_cmp_msg_check_update()
794 if (ossl_cmp_hdr_get_pvno(hdr) != OSSL_CMP_PVNO_2 in ossl_cmp_msg_check_update()
795 && ossl_cmp_hdr_get_pvno(hdr) != OSSL_CMP_PVNO_3) { in ossl_cmp_msg_check_update()
810 if (!check_transactionID_or_nonce(ctx->transactionID, hdr->transactionID, in ossl_cmp_msg_check_update()
820 if (!check_transactionID_or_nonce(ctx->senderNonce, hdr->recipNonce, in ossl_cmp_msg_check_update()
827 hdr->recipNonce, in ossl_cmp_msg_check_update()
837 && !OSSL_CMP_CTX_set1_transactionID(ctx, hdr->transactionID)) in ossl_cmp_msg_check_update()
845 if (!ossl_cmp_ctx_set1_recipNonce(ctx, hdr->senderNonce)) in ossl_cmp_msg_check_update()
848 if (ossl_cmp_hdr_get_protection_nid(hdr) == NID_id_PasswordBasedMAC) { in ossl_cmp_msg_check_update()