Home
last modified time | relevance | path

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

/lib/include/tinycrypt/
A Dctr_prng.h130 unsigned int additionallen);
150 unsigned int additionallen,
A Dhmac_prng.h141 unsigned int additionallen);
/lib/source/
A Dhmac_prng.c158 unsigned int additionallen) in tc_hmac_prng_reseed() argument
174 if (additionallen == 0 || in tc_hmac_prng_reseed()
175 additionallen > MAX_ALEN) { in tc_hmac_prng_reseed()
179 update(prng, seed, seedlen, additional_input, additionallen); in tc_hmac_prng_reseed()
A 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()

Completed in 32 milliseconds