Searched refs:tc_hmac_update (Results 1 – 3 of 3) sorted by relevance
| /tinycrypt-latest/lib/source/ |
| D | hmac_prng.c | 88 (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 …]
|
| D | hmac.c | 109 int tc_hmac_update(TCHmacState_t ctx, in tc_hmac_update() function
|
| /tinycrypt-latest/lib/include/tinycrypt/ |
| D | hmac.h | 114 int tc_hmac_update(TCHmacState_t ctx, const void *data,
|