Searched defs:new_key (Results 1 – 6 of 6) sorted by relevance
37 static void rekey(uint8_t *key, const uint8_t *new_key, unsigned int key_size) in rekey()
476 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()
279 bool new_key, kr_change, iv_change; in secure_beacon_recv() local
71 new_key : 1; /* New/old key */ member
292 new_key : 1, /* Data was encrypted with updated key */ member
60 key_entry_t *new_key = malloc(sizeof(key_entry_t)); in pthread_key_create() local