Home
last modified time | relevance | path

Searched refs:seedlen (Results 1 – 3 of 3) sorted by relevance

/lib/source/
A Dhmac_prng.c156 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 Dctr_prng.c186 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 Dhmac_prng.h140 unsigned int seedlen, const uint8_t *additional_input,

Completed in 13 milliseconds