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.c34 int pollCount; /* number of polls before actual cert response */
218 ctx->pollCount = count;
257 if (ctx->pollCount > 0 && ctx->curr_pollCount == 0) { in refcert_cmp()
327 if (ctx->pollCount > 0 && ctx->curr_pollCount == 0) { in process_cert_request()
333 if (ctx->curr_pollCount >= ctx->pollCount) in process_cert_request()
721 if (++ctx->curr_pollCount >= ctx->pollCount) { in ossl_cmp_mock_srv_new()
32 int pollCount; /* number of polls before actual cert response */ global() member