Searched refs:additionallen (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/ |
D | ctr_prng.h | 130 unsigned int additionallen); 150 unsigned int additionallen,
|
D | hmac_prng.h | 141 unsigned int additionallen);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | ctr_prng.h | 130 unsigned int additionallen); 150 unsigned int additionallen,
|
D | hmac_prng.h | 141 unsigned int additionallen);
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | hmac_prng.c | 142 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()
|
D | ctr_prng.c | 168 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/ |
D | ctr_prng.c | 168 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()
|
D | hmac_prng.c | 162 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()
|