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/ |
D | hmac_prng.c | 84 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()
|
D | hmac.c | 52 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/ |
D | hmac_prng.c | 90 (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()
|
D | hmac.c | 52 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/ |
D | hmac.h | 92 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/ |
D | hmac.h | 92 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key,
|