Home
last modified time | relevance | path

Searched refs:rand192 (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/include/net/bluetooth/
Dmgmt.h316 __u8 rand192[16]; member
331 __u8 rand192[16]; member
Dhci.h980 __u8 rand192[16]; member
1326 __u8 rand192[16]; member
Dhci_core.h231 u8 rand192[16]; member
1574 u8 bdaddr_type, u8 *hash192, u8 *rand192,
/Linux-v6.1/net/bluetooth/
Dhci_core.c1571 u8 bdaddr_type, u8 *hash192, u8 *rand192, in hci_add_remote_oob_data() argument
1587 if (hash192 && rand192) { in hci_add_remote_oob_data()
1589 memcpy(data->rand192, rand192, sizeof(data->rand192)); in hci_add_remote_oob_data()
1594 memset(data->rand192, 0, sizeof(data->rand192)); in hci_add_remote_oob_data()
1607 if (hash192 && rand192) in hci_add_remote_oob_data()
Dmgmt.c5590 memcpy(mgmt_rp.rand192, rp->rand, sizeof(rp->rand)); in read_local_oob_data_complete()
5604 memcpy(mgmt_rp.rand192, rp->rand192, sizeof(rp->rand192)); in read_local_oob_data_complete()
5718 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local
5725 if (memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data()
5734 rand192 = NULL; in add_remote_oob_data()
5740 if (!memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data()
5742 rand192 = NULL; in add_remote_oob_data()
5745 rand192 = cp->rand192; in add_remote_oob_data()
5763 cp->addr.type, hash192, rand192, in add_remote_oob_data()
8126 r192 = rp->rand192; in read_local_oob_ext_data_complete()
Dhci_event.c5233 if (!memcmp(data->rand192, ZERO_KEY, 16) || in bredr_oob_data_present()
5569 memset(cp.rand192, 0, sizeof(cp.rand192)); in hci_remote_oob_data_request_evt()
5572 memcpy(cp.rand192, data->rand192, sizeof(cp.rand192)); in hci_remote_oob_data_request_evt()
5584 memcpy(cp.rand, data->rand192, sizeof(cp.rand)); in hci_remote_oob_data_request_evt()
Dhci_debugfs.c206 16, data->hash192, 16, data->rand192, in remote_oob_show()