Home
last modified time | relevance | path

Searched refs:long_term_keys (Results 1 – 3 of 3) sorted by relevance

/linux/net/bluetooth/
H A Dhci_core.c1064 list_for_each_entry_safe(k, tmp, &hdev->long_term_keys, list) { in hci_smp_ltks_clear()
1187 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_find_ltk()
1336 list_add_rcu(&key->list, &hdev->long_term_keys); in hci_add_ltk()
1395 list_for_each_entry_safe(k, tmp, &hdev->long_term_keys, list) { in hci_remove_ltk()
1449 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_bdaddr_is_paired()
2533 INIT_LIST_HEAD(&hdev->long_term_keys); in hci_alloc_dev_priv()
H A Dhci_debugfs.c844 list_for_each_entry_rcu(ltk, &hdev->long_term_keys, list) in long_term_keys_show()
854 DEFINE_SHOW_ATTRIBUTE(long_term_keys);
/linux/include/net/bluetooth/
H A Dhci_core.h565 struct list_head long_term_keys; member