OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fortuna_read
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/libtomcrypt/notes/
tech0004.txt
51
Every FORTUNA_WD calls to
fortuna_read
will invoke the reseed operation. By default this is set to 10 which
55
the stream. Unlike Yarrow the cipher is re-keyed after every call to
fortuna_read
() [so one big call
/external/dropbear/libtomcrypt/src/prngs/
fortuna.c
45
&
fortuna_read
,
226
unsigned long
fortuna_read
(unsigned char *out, unsigned long outlen, prng_state *prng)
function
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_prng.h
137
unsigned long
fortuna_read
(unsigned char *out, unsigned long outlen, prng_state *prng);
Completed in 77 milliseconds