link_key          607 include/net/bluetooth/hci.h 	__u8     link_key[HCI_LINK_KEY_SIZE];
link_key         1870 include/net/bluetooth/hci.h 	__u8     link_key[HCI_LINK_KEY_SIZE];
link_key         1105 include/net/bluetooth/hci_core.h struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
link_key         1106 include/net/bluetooth/hci_core.h struct link_key *hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn,
link_key         1530 include/net/bluetooth/hci_core.h void mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key,
link_key          170 net/bluetooth/amp.c 	struct link_key *key;
link_key         2286 net/bluetooth/hci_core.c 	struct link_key *key;
link_key         2314 net/bluetooth/hci_core.c struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr)
link_key         2316 net/bluetooth/hci_core.c 	struct link_key *k;
link_key         2444 net/bluetooth/hci_core.c struct link_key *hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn,
link_key         2448 net/bluetooth/hci_core.c 	struct link_key *key, *old_key;
link_key         2545 net/bluetooth/hci_core.c 	struct link_key *key;
link_key          366 net/bluetooth/hci_debugfs.c 	struct link_key *key;
link_key         3875 net/bluetooth/hci_event.c 	struct link_key *key;
link_key         3917 net/bluetooth/hci_event.c 	memcpy(cp.link_key, key->val, HCI_LINK_KEY_SIZE);
link_key         3934 net/bluetooth/hci_event.c 	struct link_key *key;
link_key         3956 net/bluetooth/hci_event.c 	key = hci_add_link_key(hdev, conn, &ev->bdaddr, ev->link_key,
link_key         7087 net/bluetooth/mgmt.c void mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key,
link_key          119 net/bluetooth/smp.c 	u8		*link_key;
link_key          764 net/bluetooth/smp.c 	kzfree(smp->link_key);
link_key         1096 net/bluetooth/smp.c 	if (smp->link_key) {
link_key         1097 net/bluetooth/smp.c 		struct link_key *key;
link_key         1108 net/bluetooth/smp.c 				       smp->link_key, type, 0, &persistent);
link_key         1149 net/bluetooth/smp.c 	smp->link_key = kzalloc(16, GFP_KERNEL);
link_key         1150 net/bluetooth/smp.c 	if (!smp->link_key)
link_key         1157 net/bluetooth/smp.c 		if (smp_h7(smp->tfm_cmac, smp->tk, salt, smp->link_key)) {
link_key         1158 net/bluetooth/smp.c 			kzfree(smp->link_key);
link_key         1159 net/bluetooth/smp.c 			smp->link_key = NULL;
link_key         1166 net/bluetooth/smp.c 		if (smp_h6(smp->tfm_cmac, smp->tk, tmp1, smp->link_key)) {
link_key         1167 net/bluetooth/smp.c 			kzfree(smp->link_key);
link_key         1168 net/bluetooth/smp.c 			smp->link_key = NULL;
link_key         1173 net/bluetooth/smp.c 	if (smp_h6(smp->tfm_cmac, smp->link_key, lebr, smp->link_key)) {
link_key         1174 net/bluetooth/smp.c 		kzfree(smp->link_key);
link_key         1175 net/bluetooth/smp.c 		smp->link_key = NULL;
link_key         1200 net/bluetooth/smp.c 	struct link_key *key;