Home
last modified time | relevance | path

Searched refs:rate_limit (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test.c382 static TSAN_QUALIFIER unsigned int rate_limit = 0; in ossl_prov_is_running() local
387 if (tsan_counter(&rate_limit) < FIPS_ERROR_REPORTING_RATE_LIMIT) in ossl_prov_is_running()
/third_party/openssl/providers/fips/
H A Dself_test.c397 static unsigned int rate_limit = 0; in ossl_prov_is_running() local
407 if (rate_limit++ < FIPS_ERROR_REPORTING_RATE_LIMIT) in ossl_prov_is_running()

Completed in 2 milliseconds