Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c32 int pollCount; /* number of polls before actual cert response */ member
202 ctx->pollCount = count; in ossl_cmp_mock_srv_set_pollCount()
241 if (ctx->pollCount > 0 && ctx->curr_pollCount == 0) { in delayed_delivery()
311 if (ctx->pollCount > 0 && ctx->curr_pollCount == 0) { in process_cert_request()
317 if (ctx->curr_pollCount >= ctx->pollCount) in process_cert_request()
704 if (++ctx->curr_pollCount >= ctx->pollCount) { in process_pollReq()