Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dmgmt.h318 __u8 rand256[16]; member
333 __u8 rand256[16]; member
H A Dhci.h902 __u8 rand256[16]; member
1248 __u8 rand256[16]; member
H A Dhci_core.h221 u8 rand256[16]; member
1303 u8 *hash256, u8 *rand256);
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c2822 u8 *hash256, u8 *rand256) in hci_add_remote_oob_data() argument
2840 if (hash256 && rand256) in hci_add_remote_oob_data()
2845 if (hash256 && rand256) in hci_add_remote_oob_data()
2851 if (hash256 && rand256) { in hci_add_remote_oob_data()
2853 memcpy(data->rand256, rand256, sizeof(data->rand256)); in hci_add_remote_oob_data()
2856 memset(data->rand256, 0, sizeof(data->rand256)); in hci_add_remote_oob_data()
H A Dmgmt.c4390 rp_size -= sizeof(mgmt_rp.hash256) + sizeof(mgmt_rp.rand256); in read_local_oob_data_complete()
4405 memcpy(mgmt_rp.rand256, rp->rand256, sizeof(rp->rand256)); in read_local_oob_data_complete()
4507 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local
4542 if (!memcmp(cp->rand256, ZERO_KEY, 16) || in add_remote_oob_data()
4544 rand256 = NULL; in add_remote_oob_data()
4547 rand256 = cp->rand256; in add_remote_oob_data()
4553 hash256, rand256); in add_remote_oob_data()
6969 r256 = rp->rand256; in read_local_oob_ext_data_complete()
H A Dhci_debugfs.c206 16, data->hash256, 16, data->rand256); in remote_oob_show()
H A Dhci_event.c4556 if (!memcmp(data->rand256, ZERO_KEY, 16) || in bredr_oob_data_present()
4906 memcpy(cp.rand256, data->rand256, sizeof(cp.rand256)); in hci_remote_oob_data_request_evt()
H A Dsmp.c691 memcpy(smp->rr, oob_data->rand256, 16); in build_pairing_cmd()