Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/prngs/
Dyarrow.c23 &yarrow_start,
38 int yarrow_start(prng_state *prng) in yarrow_start() function
320 if ((err = yarrow_start(prng)) != CRYPT_OK) { in yarrow_import()
341 if ((err = yarrow_start(&prng)) != CRYPT_OK) { in yarrow_test()
/external/dropbear/libtomcrypt/notes/
Dtech0001.txt25 if (yarrow_start(&myPrng) != CRYPT_OK) {
43 // this should never occur either unless you didn't call yarrow_start
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_prng.h122 int yarrow_start(prng_state *prng);
/external/dropbear/libtomcrypt/
Dchanges1055 …d a bug in the Yarrow code that called prng_is_valid instead of cipher_is_valid from yarrow_start()
Dcrypt.tex2776 if ((err = yarrow_start(&prng)) != CRYPT_OK) {