Home
last modified time | relevance | path

Searched refs:rand256 (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/net/bluetooth/
A Dhci_core.c1572 u8 *hash256, u8 *rand256) in hci_add_remote_oob_data() argument
1590 if (hash256 && rand256) in hci_add_remote_oob_data()
1595 if (hash256 && rand256) in hci_add_remote_oob_data()
1601 if (hash256 && rand256) { in hci_add_remote_oob_data()
1603 memcpy(data->rand256, rand256, sizeof(data->rand256)); in hci_add_remote_oob_data()
1606 memset(data->rand256, 0, sizeof(data->rand256)); in hci_add_remote_oob_data()
A Dmgmt.c5604 rp_size -= sizeof(mgmt_rp.hash256) + sizeof(mgmt_rp.rand256); in read_local_oob_data_complete()
5619 memcpy(mgmt_rp.rand256, rp->rand256, sizeof(rp->rand256)); in read_local_oob_data_complete()
5730 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local
5765 if (!memcmp(cp->rand256, ZERO_KEY, 16) || in add_remote_oob_data()
5767 rand256 = NULL; in add_remote_oob_data()
5770 rand256 = cp->rand256; in add_remote_oob_data()
5776 hash256, rand256); in add_remote_oob_data()
8141 r256 = rp->rand256; in read_local_oob_ext_data_complete()
A Dhci_debugfs.c207 16, data->hash256, 16, data->rand256); in remote_oob_show()
A Dhci_event.c5235 if (!memcmp(data->rand256, ZERO_KEY, 16) || in bredr_oob_data_present()
5588 memcpy(cp.rand256, data->rand256, sizeof(cp.rand256)); in hci_remote_oob_data_request_evt()
A Dsmp.c690 memcpy(smp->rr, oob_data->rand256, 16); in build_pairing_cmd()
/linux-6.3-rc2/include/net/bluetooth/
A Dmgmt.h320 __u8 rand256[16]; member
335 __u8 rand256[16]; member
A Dhci.h1002 __u8 rand256[16]; member
1348 __u8 rand256[16]; member
A Dhci_core.h233 u8 rand256[16]; member
1576 u8 *hash256, u8 *rand256);

Completed in 70 milliseconds