Searched refs:link_key (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | smp.c | 120 u8 *link_key; member 759 kfree_sensitive(smp->link_key); in smp_chan_destroy() 1106 if (smp->link_key) { in smp_notify_keys() 1107 struct link_key *key; in smp_notify_keys() 1118 smp->link_key, type, 0, &persistent); in smp_notify_keys() 1159 smp->link_key = kzalloc(16, GFP_KERNEL); in sc_generate_link_key() 1160 if (!smp->link_key) in sc_generate_link_key() 1167 if (smp_h7(smp->tfm_cmac, smp->tk, salt, smp->link_key)) { in sc_generate_link_key() 1168 kfree_sensitive(smp->link_key); in sc_generate_link_key() 1169 smp->link_key = NULL; in sc_generate_link_key() [all …]
|
H A D | hci_core.c | 1027 struct link_key *key, *tmp; in hci_link_keys_clear() 1082 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_find_link_key() 1084 struct link_key *k; in hci_find_link_key() 1252 struct link_key *hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn, in hci_add_link_key() 1256 struct link_key *key, *old_key; in hci_add_link_key() 1353 struct link_key *key; in hci_remove_link_key()
|
H A D | hci_event.c | 3159 struct link_key *key; in hci_conn_complete_evt() 4577 struct link_key *key; in hci_link_key_request_evt() 4616 memcpy(cp.link_key, key->val, HCI_LINK_KEY_SIZE); in hci_link_key_request_evt() 4634 struct link_key *key; in hci_link_key_notify_evt() 4647 if (!crypto_memneq(ev->link_key, ZERO_KEY, HCI_LINK_KEY_SIZE)) { in hci_link_key_notify_evt() 4665 key = hci_add_link_key(hdev, conn, &ev->bdaddr, ev->link_key, in hci_link_key_notify_evt()
|
H A D | hci_debugfs.c | 390 struct link_key *key; in link_keys_show()
|
H A D | mgmt.c | 9516 void mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key, in mgmt_new_link_key()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 217 struct link_key { struct 1716 struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr); 1717 struct link_key *hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn, 2276 void mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key,
|
H A D | hci.h | 779 __u8 link_key[HCI_LINK_KEY_SIZE]; member 2316 __u8 link_key[HCI_LINK_KEY_SIZE]; member
|