Home
last modified time | relevance | path

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

/tinycrypt-latest/lib/source/
Dhmac_prng.c155 const uint8_t *seed, in tc_hmac_prng_reseed() argument
163 seed == (const uint8_t *) 0 || in tc_hmac_prng_reseed()
179 update(prng, seed, seedlen, additional_input, additionallen); in tc_hmac_prng_reseed()
183 update(prng, seed, seedlen, 0, 0); in tc_hmac_prng_reseed()
/tinycrypt-latest/lib/include/tinycrypt/
Dhmac_prng.h139 int tc_hmac_prng_reseed(TCHmacPrng_t prng, const uint8_t *seed,