Searched refs:update (Results 1 – 1 of 1) sorted by relevance
| /tinycrypt-latest/lib/source/ |
| D | hmac_prng.c | 78 static void update(TCHmacPrng_t prng, const uint8_t *data, unsigned int datalen, const uint8_t *add… in update() function 146 update(prng, personalization, plen, 0, 0); in tc_hmac_prng_init() 179 update(prng, seed, seedlen, additional_input, additionallen); in tc_hmac_prng_reseed() 183 update(prng, seed, seedlen, 0, 0); in tc_hmac_prng_reseed() 227 update(prng, 0, 0, 0, 0); in tc_hmac_prng_generate()
|