Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/src/
Dhmac.c37 static void rekey(uint8_t *key, const uint8_t *new_key, unsigned int key_size) in rekey()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dnet.c476 bool bt_mesh_kr_update(struct bt_mesh_subnet *sub, u8_t new_kr, bool new_key) in bt_mesh_kr_update()
699 bool new_key, const struct bt_mesh_send_cb *cb, in bt_mesh_net_resend()
911 bool *new_key) in bt_mesh_subnet_find()
Dbeacon.c279 bool new_key, kr_change, iv_change; in secure_beacon_recv() local
Dtransport.c71 new_key : 1; /* New/old key */ member
Dnet.h292 new_key : 1, /* Data was encrypted with updated key */ member
/device/soc/esp/esp32/components/pthread/
Dpthread_local_storage.c60 key_entry_t *new_key = malloc(sizeof(key_entry_t)); in pthread_key_create() local