Searched refs:smp_ltk (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/net/bluetooth/ |
D | smp.h | 154 static inline bool smp_ltk_is_sc(struct smp_ltk *key) in smp_ltk_is_sc() 165 static inline u8 smp_ltk_sec_level(struct smp_ltk *key) in smp_ltk_sec_level()
|
D | hci_core.c | 1088 struct smp_ltk *k, *tmp; in hci_smp_ltks_clear() 1207 struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_find_ltk() 1210 struct smp_ltk *k; in hci_find_ltk() 1350 struct smp_ltk *hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_add_ltk() 1354 struct smp_ltk *key, *old_key; in hci_add_ltk() 1420 struct smp_ltk *k, *tmp; in hci_remove_ltk() 1454 struct smp_ltk *k; in hci_bdaddr_is_paired()
|
D | smp.c | 117 struct smp_ltk *ltk; 118 struct smp_ltk *responder_ltk; 1290 struct smp_ltk *ltk; in smp_distribute_keys() 2254 struct smp_ltk *key; in smp_ltk_encrypt() 2538 struct smp_ltk *ltk; in smp_cmd_initiator_ident()
|
D | hci_debugfs.c | 834 struct smp_ltk *ltk; in long_term_keys_show()
|
D | mgmt.c | 9545 static u8 mgmt_ltk_type(struct smp_ltk *ltk) in mgmt_ltk_type() 9564 void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent) in mgmt_new_ltk()
|
D | hci_event.c | 6709 struct smp_ltk *ltk; in hci_le_ltk_request_evt()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci_core.h | 197 struct smp_ltk { struct 1726 struct smp_ltk *hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, 1729 struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, 2265 void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent);
|