Symbol: smp_ltk
include/net/bluetooth/hci_core.h
1857
struct smp_ltk *hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
1860
struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2479
void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent);
net/bluetooth/hci_conn.c
3261
struct smp_ltk *ltk;
net/bluetooth/hci_core.c
1063
struct smp_ltk *k, *tmp;
net/bluetooth/hci_core.c
1182
struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
1185
struct smp_ltk *k;
net/bluetooth/hci_core.c
1323
struct smp_ltk *hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
1327
struct smp_ltk *key, *old_key;
net/bluetooth/hci_core.c
1393
struct smp_ltk *k, *tmp;
net/bluetooth/hci_core.c
1427
struct smp_ltk *k;
net/bluetooth/hci_debugfs.c
841
struct smp_ltk *ltk;
net/bluetooth/hci_event.c
6701
struct smp_ltk *ltk;
net/bluetooth/mgmt.c
9631
static u8 mgmt_ltk_type(struct smp_ltk *ltk)
net/bluetooth/mgmt.c
9650
void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent)
net/bluetooth/smp.c
116
struct smp_ltk *ltk;
net/bluetooth/smp.c
117
struct smp_ltk *responder_ltk;
net/bluetooth/smp.c
1281
struct smp_ltk *ltk;
net/bluetooth/smp.c
2231
struct smp_ltk *key;
net/bluetooth/smp.c
2524
struct smp_ltk *ltk;
net/bluetooth/smp.h
155
static inline bool smp_ltk_is_sc(struct smp_ltk *key)
net/bluetooth/smp.h
166
static inline u8 smp_ltk_sec_level(struct smp_ltk *key)