Searched refs:seedlen (Results 1 – 3 of 3) sorted by relevance
/lib/source/ |
A D | hmac_prng.c | 156 unsigned int seedlen, in tc_hmac_prng_reseed() argument 164 seedlen < MIN_SLEN || in tc_hmac_prng_reseed() 165 seedlen > MAX_SLEN) { 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()
|
A D | ctr_prng.c | 186 unsigned int seedlen = (unsigned int)TC_AES_KEY_SIZE + (unsigned int)TC_AES_BLOCK_SIZE; in tc_ctr_prng_reseed() local 187 if ((0 != ctx) && (entropyLen >= seedlen)) { in tc_ctr_prng_reseed()
|
/lib/include/tinycrypt/ |
A D | hmac_prng.h | 140 unsigned int seedlen, const uint8_t *additional_input,
|
Completed in 13 milliseconds