Searched refs:crepmsg (Results 1 – 2 of 2) sorted by relevance
68 OSSL_CMP_CERTREPMESSAGE *crepmsg = rep->body->value.ip; in unprotected_exception() local70 ossl_cmp_certrepmessage_get0_certresponse(crepmsg, any_rid); in unprotected_exception()72 if (sk_OSSL_CMP_CERTRESPONSE_num(crepmsg->response) > 1) in unprotected_exception()564 OSSL_CMP_CERTREPMESSAGE *crepmsg; in cert_response() local575 crepmsg = (*resp)->body->value.ip; /* same for cp and kup */ in cert_response()576 if (sk_OSSL_CMP_CERTRESPONSE_num(crepmsg->response) > 1) { in cert_response()580 crep = ossl_cmp_certrepmessage_get0_certresponse(crepmsg, rid); in cert_response()618 if (crepmsg->caPubs != NULL in cert_response()619 && !ossl_cmp_ctx_set1_caPubs(ctx, crepmsg->caPubs)) in cert_response()
384 OSSL_CMP_CERTREPMESSAGE *crepmsg = OSSL_CMP_CERTREPMESSAGE_new(); in execute_certrep_create() local389 if (crepmsg == NULL || cresp == NULL) in execute_certrep_create()399 || !sk_OSSL_CMP_CERTRESPONSE_push(crepmsg->response, cresp)) in execute_certrep_create()402 read_cresp = ossl_cmp_certrepmessage_get0_certresponse(crepmsg, 99); in execute_certrep_create()405 if (!TEST_ptr_null(ossl_cmp_certrepmessage_get0_certresponse(crepmsg, 88))) in execute_certrep_create()415 OSSL_CMP_CERTREPMESSAGE_free(crepmsg); in execute_certrep_create()