OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FORTUNA_POOLS
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/src/prngs/
fortuna.c
31
#ifndef
FORTUNA_POOLS
32
#warning
FORTUNA_POOLS
was not previously defined (old headers?)
33
#define
FORTUNA_POOLS
32
36
#if
FORTUNA_POOLS
< 4 ||
FORTUNA_POOLS
> 32
37
#error
FORTUNA_POOLS
must be in [4..32]
81
for (x = 0; x <
FORTUNA_POOLS
; x++) {
138
for (x = 0; x <
FORTUNA_POOLS
; x++) {
152
for (x = 0; x <
FORTUNA_POOLS
; x++) {
201
if (++(prng->fortuna.pool_idx) ==
FORTUNA_POOLS
) {
[
all
...]
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h
139
#define
FORTUNA_POOLS
0
Completed in 67 milliseconds