Lines Matching refs:sendError
25 int sendError; /* send error response on given request type */ member
56 ctx->sendError = -1; in mock_srv_ctx_new()
141 ctx->sendError = bodytype; in ossl_cmp_mock_srv_set_sendError()
190 if (ctx->sendError == 1 in process_cert_request()
191 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(cert_req)) { in process_cert_request()
273 if (ctx->certOut == NULL || ctx->sendError == 1 in process_rr()
274 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(rr)) { in process_rr()
305 if (ctx->sendError == 1 in process_genm()
306 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(genm) in process_genm()
376 if (ctx->sendError == 1 in process_certConf()
377 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(certConf) in process_certConf()
406 if (ctx->sendError == 1 in process_pollReq()
407 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(pollReq)) { in process_pollReq()