Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/testprof/
Dx86_prof.c714 prng_state tprng; in time_prng() local
727 prng_descriptor[x].start(&tprng); in time_prng()
729 prng_descriptor[x].add_entropy(buf, 256, &tprng); in time_prng()
730 prng_descriptor[x].ready(&tprng); in time_prng()
733 #define DO1 if (prng_descriptor[x].read(buf, 4096, &tprng) != 4096) { fprintf(stderr, "\n\nERROR RE… in time_prng()
746 …iptor[x].start(&tprng); prng_descriptor[x].add_entropy(buf, 32, &tprng); prng_descriptor[x].ready(… in time_prng()