Home
last modified time | relevance | path

Searched refs:yarrow_add_entropy (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/libtomcrypt/notes/
Dtech0001.txt31 int yarrow_add_entropy(const unsigned char *buf, unsigned long len, prng_state *prng)
42 if (yarrow_add_entropy(buf, 8, &myPrng) != CRYPT_OK) {
57 As mentioned the "yarrow_add_entropy()" function is not thread safe. If your system allows interru…
59 simply not add entropy during the call (jump over the yarrow_add_entropy() call)
Dtech0004.txt21 Simply dump bits into the PRNG via yarrow_add_entropy() and call yarrow_ready() when you want to
/external/dropbear/libtomcrypt/src/prngs/
Dyarrow.c24 &yarrow_add_entropy,
135 int yarrow_add_entropy(const unsigned char *in, unsigned long inlen, prng_state *prng) in yarrow_add_entropy() function
324 err = yarrow_add_entropy(in, 64, prng); in yarrow_import()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_prng.h123 int yarrow_add_entropy(const unsigned char *in, unsigned long inlen, prng_state *prng);
/external/dropbear/libtomcrypt/
Dcrypt.tex2780 if ((err = yarrow_add_entropy("hello world", 11, &prng))