Searched refs:tc_hmac_update (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
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() 95 (void)tc_hmac_update(&prng->h, additional_data, additional_datalen); in update() 105 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update() 117 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update() 118 (void)tc_hmac_update(&prng->h, &separator1, sizeof(separator1)); in update() 119 (void)tc_hmac_update(&prng->h, data, datalen); in update() 121 (void)tc_hmac_update(&prng->h, additional_data, additional_datalen); in update() 130 (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
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | hmac_prng.c | 85 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update() 86 (void)tc_hmac_update(&prng->h, &separator0, sizeof(separator0)); in update() 87 (void)tc_hmac_update(&prng->h, e, len); in update() 94 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update() 99 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update() 100 (void)tc_hmac_update(&prng->h, &separator1, sizeof(separator1)); in update() 101 (void)tc_hmac_update(&prng->h, e, len); in update() 108 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update() 196 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in tc_hmac_prng_generate()
|
D | hmac.c | 110 int tc_hmac_update(TCHmacState_t ctx, in tc_hmac_update() function
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/ |
D | hmac.h | 114 int tc_hmac_update(TCHmacState_t ctx, const void *data,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | hmac.h | 114 int tc_hmac_update(TCHmacState_t ctx, const void *data,
|