Home
last modified time | relevance | path

Searched refs:tc_hmac_update (Results 1 – 3 of 3) sorted by relevance

/tinycrypt-latest/lib/source/
Dhmac_prng.c88 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update()
89 (void)tc_hmac_update(&prng->h, &separator0, sizeof(separator0)); in update()
92 (void)tc_hmac_update(&prng->h, data, datalen); in update()
94 (void)tc_hmac_update(&prng->h, additional_data, additional_datalen); in update()
103 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update()
114 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update()
115 (void)tc_hmac_update(&prng->h, &separator1, sizeof(separator1)); in update()
116 (void)tc_hmac_update(&prng->h, data, datalen); in update()
118 (void)tc_hmac_update(&prng->h, additional_data, additional_datalen); in update()
126 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update()
[all …]
Dhmac.c109 int tc_hmac_update(TCHmacState_t ctx, in tc_hmac_update() function
/tinycrypt-latest/lib/include/tinycrypt/
Dhmac.h114 int tc_hmac_update(TCHmacState_t ctx, const void *data,