Searched refs:rekey (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | hmac.c | 37 static void rekey(uint8_t *key, const uint8_t *new_key, unsigned int key_size) in rekey() function 82 rekey(ctx->key, key, key_size); in tc_hmac_set_key() 88 rekey(ctx->key, in tc_hmac_set_key()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | hmac.c | 37 static void rekey(uint8_t *key, const uint8_t *new_key, unsigned int key_size) in rekey() function 81 rekey(ctx->key, key, key_size); in tc_hmac_set_key() 87 rekey(ctx->key, in tc_hmac_set_key()
|