Home
last modified time | relevance | path

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

/mcuboot-2.7.6/ext/tinycrypt/lib/include/tinycrypt/
Dctr_prng.h130 unsigned int additionallen);
150 unsigned int additionallen,
Dhmac_prng.h141 unsigned int additionallen);
/mcuboot-2.7.6/ext/tinycrypt/lib/source/
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()