Lines Matching refs:crep
68 OSSL_CMP_CERTRESPONSE *crep = in unprotected_exception() local
73 if (crep == NULL) in unprotected_exception()
75 if (ossl_cmp_pkisi_get_status(crep->status) in unprotected_exception()
122 OSSL_CMP_CERTRESPONSE *crep; in is_crep_with_waiting() local
129 crep = ossl_cmp_certrepmessage_get0_certresponse(crepmsg, rid); in is_crep_with_waiting()
131 return (crep != NULL in is_crep_with_waiting()
132 && ossl_cmp_pkisi_get_status(crep->status) in is_crep_with_waiting()
507 OSSL_CMP_CERTRESPONSE *crep) in get1_cert_status() argument
512 if (!ossl_assert(ctx != NULL && crep != NULL)) in get1_cert_status()
515 switch (ossl_cmp_pkisi_get_status(crep->status)) { in get1_cert_status()
552 crt = ossl_cmp_certresponse_get1_cert(ctx, crep); in get1_cert_status()
663 OSSL_CMP_CERTRESPONSE *crep = NULL; in cert_response() local
682 crep = ossl_cmp_certrepmessage_get0_certresponse(crepmsg, rid); in cert_response()
683 if (crep == NULL) in cert_response()
685 si = crep->status; in cert_response()
689 rid = ossl_cmp_asn1_get_int(crep->certReqId); in cert_response()
734 cert = get1_cert_status(ctx, (*resp)->body->type, crep); in cert_response()