OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reset_cnt
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/src/prngs/
fortuna.c
72
++prng->fortuna.
reset_cnt
;
82
if (x == 0 || ((prng->fortuna.
reset_cnt
>> (x-1)) & 1) == 0) {
147
prng->fortuna.
reset_cnt
= 0;
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_prng.h
31
ulong64
reset_cnt
; /* number of times we have reset */
member in struct:fortuna_prng
Completed in 39 milliseconds