Home
last modified time | relevance | path

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

/mcuboot-3.4.0/ext/tinycrypt/lib/source/
Dhmac_prng.c140 unsigned int seedlen, in tc_hmac_prng_reseed() argument
148 seedlen < MIN_SLEN || in tc_hmac_prng_reseed()
149 seedlen > MAX_SLEN) { in tc_hmac_prng_reseed()
163 update(prng, seed, seedlen); in tc_hmac_prng_reseed()
168 update(prng, seed, seedlen); in tc_hmac_prng_reseed()
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()
/mcuboot-3.4.0/ext/tinycrypt/lib/include/tinycrypt/
Dhmac_prng.h140 unsigned int seedlen, const uint8_t *additional_input,