HomeSort by: relevance | last modified time | path
    Searched defs:counter_max (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
kbkdf.c 301 uint64_t counter_max; local
342 counter_max = (uint64_t)1 << (uint64_t)ctx->r;
343 if ((uint64_t)(keylen / h) >= counter_max) {

Completed in 15 milliseconds