Home
last modified time | relevance | path

Searched defs:new_key (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Dhmac.c37 static void rekey(uint8_t *key, const uint8_t *new_key, unsigned int key_size) in rekey()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dhmac.c37 static void rekey(uint8_t *key, const uint8_t *new_key, unsigned int key_size) in rekey()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c526 bool bt_mesh_kr_update(struct bt_mesh_subnet *sub, uint8_t new_kr, bool new_key) in bt_mesh_kr_update()
785 bool new_key, const struct bt_mesh_send_cb *cb, in bt_mesh_net_resend()
1037 bool *new_key) in bt_mesh_subnet_find()
Dbeacon.c344 bool new_key = false; in secure_beacon_recv() local
Dnet.h292 new_key:1, /* Data was encrypted with updated key */ member
Dtransport.c78 new_key:1; /* New/old key */ member