Home
last modified time | relevance | path

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

/lib/include/tinycrypt/
A Dctr_prng.h102 uint8_t const * const entropy,
127 uint8_t const * const entropy,
/lib/source/
A Dctr_prng.c118 uint8_t const * const entropy, in tc_ctr_prng_init() argument
140 if ((0 != ctx) && (0 != entropy) && (entropyLen >= sizeof seed_material)) { in tc_ctr_prng_init()
142 memcpy(seed_material, entropy, sizeof seed_material); in tc_ctr_prng_init()
165 uint8_t const * const entropy, in tc_ctr_prng_reseed() argument
189 memcpy(seed_material, entropy, sizeof seed_material); in tc_ctr_prng_reseed()

Completed in 6 milliseconds