Searched refs:smp_ltk (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A 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()
|
H A D | hci_core.c | 1038 struct smp_ltk *k, *tmp; in hci_smp_ltks_clear() 1157 struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_find_ltk() 1160 struct smp_ltk *k; in hci_find_ltk() 1300 struct smp_ltk *hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_add_ltk() 1304 struct smp_ltk *key, *old_key; in hci_add_ltk() 1370 struct smp_ltk *k, *tmp; in hci_remove_ltk() 1404 struct smp_ltk *k; in hci_bdaddr_is_paired() 1414 /* Convert to HCI addr type which struct smp_ltk uses */ in hci_bdaddr_is_paired()
|
H A D | smp.c | 117 struct smp_ltk *ltk; 118 struct smp_ltk *responder_ltk; 1285 struct smp_ltk *ltk; in smp_distribute_keys() 2248 struct smp_ltk *key; in smp_ltk_encrypt() 2541 struct smp_ltk *ltk; in smp_cmd_initiator_ident()
|
H A D | hci_debugfs.c | 842 struct smp_ltk *ltk; in long_term_keys_show()
|
H A D | mgmt.c | 9533 static u8 mgmt_ltk_type(struct smp_ltk *ltk) in mgmt_ltk_type() 9552 void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent) in mgmt_new_ltk()
|
H A D | hci_event.c | 6453 struct smp_ltk *ltk; in hci_le_ltk_request_evt()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 195 struct smp_ltk { struct 1721 struct smp_ltk *hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, 1724 struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, 2294 void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent); 196 listsmp_ltk global() argument 197 rcusmp_ltk global() argument 198 bdaddrsmp_ltk global() argument 199 bdaddr_typesmp_ltk global() argument 200 authenticatedsmp_ltk global() argument 201 typesmp_ltk global() argument 202 enc_sizesmp_ltk global() argument 203 edivsmp_ltk global() argument 204 randsmp_ltk global() argument 205 valsmp_ltk global() argument
|