Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/lib/source/
Dhmac_prng.c73 static const unsigned int MAX_OUT = (1 << 19); variable
185 outlen > MAX_OUT) { in tc_hmac_prng_generate()