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
2480
void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent);
net/bluetooth/hci_conn.c
3343
struct smp_ltk *ltk;
net/bluetooth/hci_core.c
1023
struct smp_ltk *k, *tmp;
net/bluetooth/hci_core.c
1142
struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
1145
struct smp_ltk *k;
net/bluetooth/hci_core.c
1283
struct smp_ltk *hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
1287
struct smp_ltk *key, *old_key;
net/bluetooth/hci_core.c
1353
struct smp_ltk *k, *tmp;
net/bluetooth/hci_core.c
1387
struct smp_ltk *k;
net/bluetooth/hci_debugfs.c
838
struct smp_ltk *ltk;
net/bluetooth/hci_event.c
6696
struct smp_ltk *ltk;
net/bluetooth/mgmt.c
9744
static u8 mgmt_ltk_type(struct smp_ltk *ltk)
net/bluetooth/mgmt.c
9763
void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent)
net/bluetooth/smp.c
112
struct smp_ltk *ltk;
net/bluetooth/smp.c
113
struct smp_ltk *responder_ltk;
net/bluetooth/smp.c
1258
struct smp_ltk *ltk;
net/bluetooth/smp.c
2198
struct smp_ltk *key;
net/bluetooth/smp.c
2491
struct smp_ltk *ltk;
net/bluetooth/smp.h
152
static inline bool smp_ltk_is_sc(struct smp_ltk *key)
net/bluetooth/smp.h
163
static inline u8 smp_ltk_sec_level(struct smp_ltk *key)