Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_core.c2178 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_smp_ltks_clear()
2264 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_find_ltk()
2385 list_add_rcu(&key->list, &hdev->long_term_keys); in hci_add_ltk()
2444 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_remove_ltk()
2498 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_bdaddr_is_paired()
3055 INIT_LIST_HEAD(&hdev->long_term_keys); in hci_alloc_dev()
Dhci_debugfs.c856 list_for_each_entry_rcu(ltk, &hdev->long_term_keys, list) in long_term_keys_show()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h347 struct list_head long_term_keys; member