Lines Matching defs:msg
34 OSSL_CMP_MSG *msg;
45 OSSL_CMP_MSG_free(fixture->msg);
102 if ((fixture->msg = load_pkimsg(ir_protected_f, libctx)) == NULL)
105 const OSSL_CRMF_MSGS *reqs = fixture->msg->body->value.ir;
111 ossl_cmp_verify_popo(fixture->cmp_ctx, fixture->msg,
136 ossl_cmp_msg_check_update(fixture->cmp_ctx, fixture->msg,
159 || !TEST_ptr(fixture->msg = load_pkimsg(ip_waiting_f, libctx))) {
195 || !TEST_ptr(fixture->msg = load_pkimsg(ip_waiting_f, libctx))) {
224 || !TEST_ptr(fixture->msg = load_pkimsg(ir_protected_f, libctx))
255 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_protected_f, libctx))
260 || (bad_sig && !flip_bit(fixture->msg->protection))) {
294 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_protected_0_extracerts, libctx))
308 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_protected_0_extracerts, libctx))
322 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_protected_2_extracerts, libctx))
337 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_protected_0_extracerts, libctx))) {
350 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_protected_f, libctx))
375 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_unprotected_f, libctx))) {
427 const OSSL_CMP_PKIHEADER *hdr = OSSL_CMP_MSG_get0_header(fixture->msg);
432 fixture->msg,
448 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg,
465 (*fixture)->msg = OSSL_CMP_MSG_dup(ir_rmprotection);
466 if ((*fixture)->msg == NULL