Searched refs:authenticated (Results 1 – 5 of 5) sorted by relevance
/net/bluetooth/ |
D | smp.h | 167 if (key->authenticated) { in smp_ltk_sec_level()
|
D | smp.c | 1275 u8 authenticated; in smp_distribute_keys() local 1292 authenticated = hcon->sec_level == BT_SECURITY_HIGH; in smp_distribute_keys() 1294 SMP_LTK_SLAVE, authenticated, enc.ltk, in smp_distribute_keys() 2479 u8 authenticated; in smp_cmd_master_ident() local 2496 authenticated = (hcon->sec_level == BT_SECURITY_HIGH); in smp_cmd_master_ident() 2498 authenticated, smp->tk, smp->enc_key_size, in smp_cmd_master_ident()
|
D | mgmt.c | 5135 u8 type, authenticated; in load_long_term_keys() local 5139 authenticated = 0x00; in load_long_term_keys() 5143 authenticated = 0x01; in load_long_term_keys() 5147 authenticated = 0x00; in load_long_term_keys() 5151 authenticated = 0x01; in load_long_term_keys() 5155 authenticated = 0x00; in load_long_term_keys() 5163 le_addr_type(key->addr.type), type, authenticated, in load_long_term_keys() 7109 if (ltk->authenticated) in mgmt_ltk_type() 7113 if (ltk->authenticated) in mgmt_ltk_type()
|
D | hci_debugfs.c | 769 <k->bdaddr, ltk->bdaddr_type, ltk->authenticated, in long_term_keys_show()
|
D | hci_core.c | 2492 u8 addr_type, u8 type, u8 authenticated, in hci_add_ltk() argument 2511 key->authenticated = authenticated; in hci_add_ltk()
|