Lines Matching refs:rep

33                                  const OSSL_CMP_MSG *rep,  in unprotected_exception()  argument
37 int rcvd_type = OSSL_CMP_MSG_get_bodytype(rep /* may be NULL */); in unprotected_exception()
40 if (!ossl_assert(ctx != NULL && rep != NULL)) in unprotected_exception()
53 ossl_cmp_revrepcontent_get_pkisi(rep->body->value.rp, in unprotected_exception()
67 OSSL_CMP_CERTREPMESSAGE *crepmsg = rep->body->value.ip; in unprotected_exception()
129 OSSL_CMP_MSG **rep, int expected_type) in send_receive_check() argument
146 *rep = NULL; in send_receive_check()
168 *rep = (*transfer_cb)(ctx, req); in send_receive_check()
171 if (*rep == NULL) { in send_receive_check()
180 bt = OSSL_CMP_MSG_get_bodytype(*rep); in send_receive_check()
190 && !ossl_cmp_ctx_set1_extraCertsIn(ctx, (*rep)->extraCerts)) in send_receive_check()
193 if (!ossl_cmp_msg_check_update(ctx, *rep, unprotected_exception, in send_receive_check()
210 OSSL_CMP_ERRORMSGCONTENT *emc = (*rep)->body->value.error; in send_receive_check()
255 OSSL_CMP_MSG **rep, int *checkAfter) in poll_for_response() argument
262 *rep = NULL; in poll_for_response()
351 *rep = prep; in poll_for_response()
665 OSSL_CMP_MSG *rep = NULL; in OSSL_CMP_try_certreq() local
677 if (!initial_certreq(ctx, req_type, crm, &rep, rep_type)) in OSSL_CMP_try_certreq()
684 res = poll_for_response(ctx, 0 /* no sleep */, rid, &rep, checkAfter); in OSSL_CMP_try_certreq()
688 res = cert_response(ctx, 0 /* no sleep */, rid, &rep, checkAfter, in OSSL_CMP_try_certreq()
692 OSSL_CMP_MSG_free(rep); in OSSL_CMP_try_certreq()
707 OSSL_CMP_MSG *rep = NULL; in OSSL_CMP_exec_certreq() local
718 if (!initial_certreq(ctx, req_type, crm, &rep, rep_type)) in OSSL_CMP_exec_certreq()
721 if (cert_response(ctx, 1 /* sleep */, rid, &rep, NULL, req_type, rep_type) in OSSL_CMP_exec_certreq()
727 OSSL_CMP_MSG_free(rep); in OSSL_CMP_exec_certreq()