Searched refs:sendError (Results 1 – 1 of 1) sorted by relevance
25 int sendError; /* send error response on given request type */ member56 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()[all …]