Home
last modified time | relevance | path

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

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