Searched refs:link_key (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/net/bluetooth/ |
A D | smp.c | 118 u8 *link_key; member 757 kfree_sensitive(smp->link_key); in smp_chan_destroy() 1098 if (smp->link_key) { in smp_notify_keys() 1099 struct link_key *key; in smp_notify_keys() 1152 if (!smp->link_key) in sc_generate_link_key() 1161 smp->link_key = NULL; in sc_generate_link_key() 1170 smp->link_key = NULL; in sc_generate_link_key() 1175 if (smp_h6(smp->tfm_cmac, smp->link_key, lebr, smp->link_key)) { in sc_generate_link_key() 1176 kfree_sensitive(smp->link_key); in sc_generate_link_key() 1177 smp->link_key = NULL; in sc_generate_link_key() [all …]
|
A D | hci_core.c | 1077 struct link_key *key; in hci_link_keys_clear() 1132 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_find_link_key() 1134 struct link_key *k; in hci_find_link_key() 1302 struct link_key *hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn, in hci_add_link_key() 1306 struct link_key *key, *old_key; in hci_add_link_key() 1403 struct link_key *key; in hci_remove_link_key()
|
A D | amp.c | 170 struct link_key *key; in phylink_gen_key()
|
A D | hci_debugfs.c | 385 struct link_key *key; in link_keys_show()
|
A D | hci_event.c | 4631 struct link_key *key; in hci_link_key_request_evt() 4670 memcpy(cp.link_key, key->val, HCI_LINK_KEY_SIZE); in hci_link_key_request_evt() 4688 struct link_key *key; in hci_link_key_notify_evt() 4710 key = hci_add_link_key(hdev, conn, &ev->bdaddr, ev->link_key, in hci_link_key_notify_evt()
|
A D | mgmt.c | 9525 void mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key, in mgmt_new_link_key()
|
/linux-6.3-rc2/include/net/bluetooth/ |
A D | hci_core.h | 216 struct link_key { struct 1546 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr); 1547 struct link_key *hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn, 2027 void mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key,
|
A D | hci.h | 731 __u8 link_key[HCI_LINK_KEY_SIZE]; member 2349 __u8 link_key[HCI_LINK_KEY_SIZE]; member
|
Completed in 71 milliseconds