Home
last modified time | relevance | path

Searched refs:additionallen (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Dctr_prng.h130 unsigned int additionallen);
150 unsigned int additionallen,
Dhmac_prng.h141 unsigned int additionallen);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Dctr_prng.h130 unsigned int additionallen);
150 unsigned int additionallen,
Dhmac_prng.h141 unsigned int additionallen);
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Dhmac_prng.c142 unsigned int additionallen) in tc_hmac_prng_reseed() argument
158 if (additionallen == 0 || in tc_hmac_prng_reseed()
159 additionallen > MAX_ALEN) { in tc_hmac_prng_reseed()
164 update(prng, additional_input, additionallen); in tc_hmac_prng_reseed()
Dctr_prng.c168 unsigned int additionallen) in tc_ctr_prng_reseed() argument
177 unsigned int len = additionallen; in tc_ctr_prng_reseed()
207 unsigned int additionallen, in tc_ctr_prng_generate() argument
227 unsigned int len = additionallen; in tc_ctr_prng_generate()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dctr_prng.c168 unsigned int additionallen) in tc_ctr_prng_reseed() argument
177 unsigned int len = additionallen; in tc_ctr_prng_reseed()
207 unsigned int additionallen, in tc_ctr_prng_generate() argument
227 unsigned int len = additionallen; in tc_ctr_prng_generate()
Dhmac_prng.c162 unsigned int additionallen) in tc_hmac_prng_reseed() argument
178 if (additionallen == 0 || in tc_hmac_prng_reseed()
179 additionallen > MAX_ALEN) { in tc_hmac_prng_reseed()
183 update(prng, seed, seedlen, additional_input, additionallen); in tc_hmac_prng_reseed()