Home
last modified time | relevance | path

Searched refs:tc_hmac_set_key (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dhmac_prng.c84 tc_hmac_set_key(&prng->h, prng->key, sizeof(prng->key)); in update()
101 (void)tc_hmac_set_key(&prng->h, prng->key, sizeof(prng->key)); in update()
113 tc_hmac_set_key(&prng->h, prng->key, sizeof(prng->key)); in update()
126 (void)tc_hmac_set_key(&prng->h, prng->key, sizeof(prng->key)); in update()
214 tc_hmac_set_key(&prng->h, prng->key, sizeof(prng->key)); in tc_hmac_prng_generate()
Dhmac.c52 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key, in tc_hmac_set_key() function
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Dhmac_prng.c90 (void)tc_hmac_set_key(&prng->h, prng->key, sizeof(prng->key)); in update()
104 (void)tc_hmac_set_key(&prng->h, prng->key, sizeof(prng->key)); in update()
127 tc_hmac_set_key(&prng->h, prng->key, sizeof(prng->key)); in tc_hmac_prng_init()
Dhmac.c52 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key, in tc_hmac_set_key() function
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Dhmac.h92 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Dhmac.h92 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key,