Lines Matching refs:header
68 return msg->header; in OSSL_CMP_MSG_get0_header()
169 if (!ossl_cmp_hdr_init(ctx, msg->header) in ossl_cmp_msg_create()
173 && !ossl_cmp_hdr_generalInfo_push1_items(msg->header, in ossl_cmp_msg_create()
399 if (ctx->implicitConfirm && !ossl_cmp_hdr_set_implicitConfirm(msg->header)) in ossl_cmp_certreq_new()
463 if (ctx->implicitConfirm && !ossl_cmp_hdr_set_implicitConfirm(msg->header)) in ossl_cmp_certrep_new()
838 if (!ossl_cmp_hdr_set_pvno(msg->header, OSSL_CMP_PVNO_3)) in ossl_cmp_certConf_new()
1097 if (!ossl_cmp_hdr_set_transactionID(ctx, msg->header)) in OSSL_CMP_MSG_update_transactionID()
1099 return msg->header->protectionAlg == NULL in OSSL_CMP_MSG_update_transactionID()
1105 if (ctx == NULL || msg == NULL || msg->header == NULL) { in OSSL_CMP_MSG_update_recipNonce()
1111 if (!ossl_cmp_asn1_octet_string_set1(&msg->header->recipNonce, in OSSL_CMP_MSG_update_recipNonce()
1114 return msg->header->protectionAlg == NULL || ossl_cmp_msg_protect(ctx, msg); in OSSL_CMP_MSG_update_recipNonce()