Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
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()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dhmac_prng.c160 unsigned int seedlen, in tc_hmac_prng_reseed() argument
168 seedlen < MIN_SLEN || in tc_hmac_prng_reseed()
169 seedlen > MAX_SLEN) { in tc_hmac_prng_reseed()
183 update(prng, seed, seedlen, additional_input, additionallen); in tc_hmac_prng_reseed()
187 update(prng, seed, seedlen, 0, 0); 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()
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Dhmac_prng.h140 unsigned int seedlen, const uint8_t *additional_input,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Dhmac_prng.h140 unsigned int seedlen, const uint8_t *additional_input,