Home
last modified time | relevance | path

Searched refs:pollCount (Results 1 – 2 of 2) sorted by relevance

/openssl-master/apps/lib/
A Dcmp_mock_srv.c28 int pollCount; /* number of polls before actual cert response */ member
157 ctx->pollCount = count; in ossl_cmp_mock_srv_set_pollCount()
200 if (ctx->pollCount > 0 && ctx->curr_pollCount == 0) { in process_cert_request()
211 if (ctx->curr_pollCount >= ctx->pollCount) in process_cert_request()
417 if (++ctx->curr_pollCount >= ctx->pollCount) { in process_pollReq()
/openssl-master/test/
A Dcmp_client_test.c173 const int pollCount = 3; in test_exec_IR_ses_poll_timeout() local
174 const int tout = pollCount * checkAfter; in test_exec_IR_ses_poll_timeout()
179 ossl_cmp_mock_srv_set_pollCount(fixture->srv_ctx, pollCount + 1); in test_exec_IR_ses_poll_timeout()

Completed in 5 milliseconds