OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 15:26:31 UTC 2026