Searched refs:sendError (Results 1 – 1 of 1) sorted by relevance
30 int sendError; /* send error response on given request type */ member61 ctx->sendError = -1; in mock_srv_ctx_new()186 ctx->sendError = bodytype; in ossl_cmp_mock_srv_set_sendError()302 if (ctx->sendError == 1 || ctx->sendError == bodytype) { in process_cert_request()425 if (ctx->sendError == 1 in process_rr()426 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(rr)) { in process_rr()578 if (ctx->sendError == 1 in process_genm()579 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(genm) in process_genm()660 if (ctx->sendError == 1 in process_certConf()661 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(certConf) in process_certConf()[all …]