Home
last modified time | relevance | path

Searched refs:tc_hmac_final (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Dhmac_prng.c88 (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()
Dhmac.c125 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/
Dhmac_prng.c98 (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()
Dhmac.c124 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/
Dhmac.h133 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/
Dhmac.h133 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx);
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst137 * 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