Searched defs:authenticated (Results 1 - 3 of 3) sorted by relevance

/net/bluetooth/
H A Dsmp.c752 u8 authenticated; local
762 authenticated = hcon->sec_level == BT_SECURITY_HIGH;
764 SMP_LTK_SLAVE, authenticated, enc.ltk,
1315 u8 authenticated; local
1333 authenticated = (hcon->sec_level == BT_SECURITY_HIGH);
1335 authenticated, smp->tk, smp->enc_key_size,
H A Dhci_core.c812 &ltk->bdaddr, ltk->bdaddr_type, ltk->authenticated,
3319 u8 addr_type, u8 type, u8 authenticated,
3338 key->authenticated = authenticated;
3318 hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type, u8 type, u8 authenticated, u8 tk[16], u8 enc_size, __le16 ediv, __le64 rand) argument
H A Dmgmt.c4840 u8 type, addr_type, authenticated; local
4854 authenticated = 0x00;
4857 authenticated = 0x01;
4864 authenticated, key->val, key->enc_size, key->ediv,
6038 if (ltk->authenticated)

Completed in 56 milliseconds