OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:add_entropy
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_prng.h
44
flag, /* first
add_entropy
call or not? */
45
set; /* did we call
add_entropy
to set key? */
83
int (*
add_entropy
)(const unsigned char *in, unsigned long inlen, prng_state *prng);
member in struct:ltc_prng_descriptor
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_win.c
636
double
add_entropy
=0;
local
644
add_entropy
= 0.05;
658
add_entropy
=.2;
666
RAND_add(&iMsg, sizeof(iMsg),
add_entropy
);
/external/openssl/crypto/rand/
rand_win.c
636
double
add_entropy
=0;
local
644
add_entropy
= 0.05;
658
add_entropy
=.2;
666
RAND_add(&iMsg, sizeof(iMsg),
add_entropy
);
Completed in 423 milliseconds