Searched refs:tc_hmac_final (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | hmac_prng.c | 88 (void)tc_hmac_final(prng->key, sizeof(prng->key), &prng->h); in update() 95 (void)tc_hmac_final(prng->v, sizeof(prng->v), &prng->h); in update() 102 (void)tc_hmac_final(prng->key, sizeof(prng->key), &prng->h); in update() 109 (void)tc_hmac_final(prng->v, sizeof(prng->v), &prng->h); in update() 197 (void)tc_hmac_final(prng->v, sizeof(prng->v), &prng->h); in tc_hmac_prng_generate()
|
D | hmac.c | 125 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx) in tc_hmac_final() function
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | hmac_prng.c | 98 (void)tc_hmac_final(prng->key, sizeof(prng->key), &prng->h); in update() 106 (void)tc_hmac_final(prng->v, sizeof(prng->v), &prng->h); in update() 123 (void)tc_hmac_final(prng->key, sizeof(prng->key), &prng->h); in update() 131 (void)tc_hmac_final(prng->v, sizeof(prng->v), &prng->h); in update() 219 (void)tc_hmac_final(prng->v, sizeof(prng->v), &prng->h); in tc_hmac_prng_generate()
|
D | hmac.c | 124 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx) in tc_hmac_final() function
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/ |
D | hmac.h | 133 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | hmac.h | 133 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx);
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 137 * The tc_hmac_final function, responsible for computing the message tag, 139 clean the TCHmacState_t ctx after calling tc_hmac_final. This should not
|