Home
last modified time | relevance | path

Searched refs:link_key (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/net/bluetooth/
Dsmp.c119 u8 *link_key; member
764 kzfree(smp->link_key); in smp_chan_destroy()
1096 if (smp->link_key) { in smp_notify_keys()
1097 struct link_key *key; in smp_notify_keys()
1108 smp->link_key, type, 0, &persistent); in smp_notify_keys()
1149 smp->link_key = kzalloc(16, GFP_KERNEL); in sc_generate_link_key()
1150 if (!smp->link_key) in sc_generate_link_key()
1157 if (smp_h7(smp->tfm_cmac, smp->tk, salt, smp->link_key)) { in sc_generate_link_key()
1158 kzfree(smp->link_key); in sc_generate_link_key()
1159 smp->link_key = NULL; in sc_generate_link_key()
[all …]
Dhci_core.c2264 struct link_key *key; in hci_link_keys_clear()
2292 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_find_link_key()
2294 struct link_key *k; in hci_find_link_key()
2422 struct link_key *hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn, in hci_add_link_key()
2426 struct link_key *key, *old_key; in hci_add_link_key()
2523 struct link_key *key; in hci_remove_link_key()
Damp.c170 struct link_key *key; in phylink_gen_key()
Dhci_debugfs.c366 struct link_key *key; in link_keys_show()
Dhci_event.c3875 struct link_key *key; in hci_link_key_request_evt()
3917 memcpy(cp.link_key, key->val, HCI_LINK_KEY_SIZE); in hci_link_key_request_evt()
3934 struct link_key *key; in hci_link_key_notify_evt()
3956 key = hci_add_link_key(hdev, conn, &ev->bdaddr, ev->link_key, in hci_link_key_notify_evt()
Dmgmt.c7087 void mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key, in mgmt_new_link_key()
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h150 struct link_key { struct
1105 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
1106 struct link_key *hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn,
1530 void mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key,
Dhci.h607 __u8 link_key[HCI_LINK_KEY_SIZE]; member
1870 __u8 link_key[HCI_LINK_KEY_SIZE]; member