HomeSort by relevance Sort by last modified time
    Searched full:nprng (Results 1 - 2 of 2) sorted by null

  /external/dropbear/libtomcrypt/testprof/
cipher_hash_test.c 10 prng_state nprng; local
25 DO(prng_descriptor[x].start(&nprng));
26 DO(prng_descriptor[x].add_entropy((unsigned char *)"helloworld12", 12, &nprng));
27 DO(prng_descriptor[x].ready(&nprng));
29 DO(prng_descriptor[x].pexport(buf, &n, &nprng));
30 prng_descriptor[x].done(&nprng);
31 DO(prng_descriptor[x].pimport(buf, n, &nprng));
32 DO(prng_descriptor[x].ready(&nprng));
33 if (prng_descriptor[x].read(buf, 100, &nprng) != 100) {
37 prng_descriptor[x].done(&nprng);
    [all...]
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt.c 231 "\nPRNG:\n"

Completed in 219 milliseconds