Home
last modified time | relevance | path

Searched refs:MAX_SLEN (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/ext/tinycrypt/lib/source/
Dhmac_prng.c48 static const unsigned int MAX_SLEN = UINT32_MAX; variable
149 seedlen > MAX_SLEN) { in tc_hmac_prng_reseed()