Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dcmp_client_test.c243 static const int pollCount = 3; variable
262 pollCount, (pollCount - 1) * checkAfter, in test_exec_IR_ses_poll_total_timeout()
472 pollCount, (pollCount - 1) * checkAfter, in test_exec_GENM_ses_poll_total_timeout()
/freebsd/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c34 int pollCount; /* number of polls before actual cert response */ member
218 ctx->pollCount = count; in ossl_cmp_mock_srv_set_pollCount()
257 if (ctx->pollCount > 0 && ctx->curr_pollCount == 0) { in delayed_delivery()
327 if (ctx->pollCount > 0 && ctx->curr_pollCount == 0) { in process_cert_request()
333 if (ctx->curr_pollCount >= ctx->pollCount) in process_cert_request()
723 if (++ctx->curr_pollCount >= ctx->pollCount) { in process_pollReq()