Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_debugfs.c785 list_for_each_entry_rcu(ltk, &hdev->long_term_keys, list) in long_term_keys_show()
795 DEFINE_SHOW_ATTRIBUTE(long_term_keys);
H A Dhci_core.c2357 list_for_each_entry(k, &hdev->long_term_keys, list) { in hci_smp_ltks_clear()
2480 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_find_ltk()
2631 list_add_rcu(&key->list, &hdev->long_term_keys); in hci_add_ltk()
2690 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_remove_ltk()
2744 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_bdaddr_is_paired()
3661 INIT_LIST_HEAD(&hdev->long_term_keys); in hci_alloc_dev()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h505 struct list_head long_term_keys; member