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

/net/bluetooth/
H A Dhci_conn.c218 void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __u8 rand[8], argument
230 cp.ediv = ediv;
H A Dsmp.c448 __le16 ediv; local
451 ediv = 0;
464 hci_le_start_enc(hcon, ediv, rand, stk);
468 __le16 ediv; local
471 ediv = 0;
484 ediv, rand);
727 hci_le_start_enc(hcon, key->ediv, key->rand, key->val);
841 rp->ediv, rp->rand);
968 __le16 ediv; local
971 get_random_bytes(&ediv, sizeo
[all...]
H A Dhci_core.c1696 struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, __le16 ediv, u8 rand[8]) argument
1701 if (k->ediv != ediv ||
1779 ediv, u8 rand[8])
1800 key->ediv = ediv;
1777 hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type, u8 type, int new_key, u8 authenticated, u8 tk[16], u8 enc_size, __le16 ediv, u8 rand[8]) argument

Completed in 41 milliseconds