Searched refs:seed (Results 1 – 2 of 2) sorted by relevance
| /tinycrypt-latest/lib/source/ |
| D | hmac_prng.c | 155 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/ |
| D | hmac_prng.h | 139 int tc_hmac_prng_reseed(TCHmacPrng_t prng, const uint8_t *seed,
|