Lines Matching defs:srv_ctx
106 int ossl_cmp_mock_srv_set1_chainOut(OSSL_CMP_SRV_CTX *srv_ctx, in ossl_cmp_mock_srv_set1_chainOut()
123 int ossl_cmp_mock_srv_set1_caPubsOut(OSSL_CMP_SRV_CTX *srv_ctx, in ossl_cmp_mock_srv_set1_caPubsOut()
161 int ossl_cmp_mock_srv_set_sendError(OSSL_CMP_SRV_CTX *srv_ctx, int bodytype) in ossl_cmp_mock_srv_set_sendError()
174 int ossl_cmp_mock_srv_set_pollCount(OSSL_CMP_SRV_CTX *srv_ctx, int count) in ossl_cmp_mock_srv_set_pollCount()
190 int ossl_cmp_mock_srv_set_checkAfterTime(OSSL_CMP_SRV_CTX *srv_ctx, int sec) in ossl_cmp_mock_srv_set_checkAfterTime()
203 static int delayed_delivery(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *req) in delayed_delivery()
250 static int clean_transaction(OSSL_CMP_SRV_CTX *srv_ctx, in clean_transaction()
266 static OSSL_CMP_PKISI *process_cert_request(OSSL_CMP_SRV_CTX *srv_ctx, in process_cert_request()
382 static OSSL_CMP_PKISI *process_rr(OSSL_CMP_SRV_CTX *srv_ctx, in process_rr()
540 static int process_genm(OSSL_CMP_SRV_CTX *srv_ctx, in process_genm()
575 static void process_error(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *error, in process_error()
620 static int process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, in process_certConf()
652 static int process_pollReq(OSSL_CMP_SRV_CTX *srv_ctx, in process_pollReq()
690 OSSL_CMP_SRV_CTX *srv_ctx = OSSL_CMP_SRV_CTX_new(libctx, propq); in ossl_cmp_mock_srv_new() local
706 void ossl_cmp_mock_srv_free(OSSL_CMP_SRV_CTX *srv_ctx) in ossl_cmp_mock_srv_free()