Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/prngs/
Dfortuna.c72 ++prng->fortuna.reset_cnt; in fortuna_reseed()
82 if (x == 0 || ((prng->fortuna.reset_cnt >> (x-1)) & 1) == 0) { in fortuna_reseed()
147 prng->fortuna.reset_cnt = 0; in fortuna_start()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_prng.h31 ulong64 reset_cnt; /* number of times we have reset */ member