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.c27 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()
419 if (++ctx->curr_pollCount >= ctx->pollCount) { in process_pollReq()