Searched refs:rand192 (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/net/bluetooth/ |
D | mgmt.h | 309 __u8 rand192[16]; member 324 __u8 rand192[16]; member
|
D | hci.h | 829 __u8 rand192[16]; member 1137 __u8 rand192[16]; member
|
D | hci_core.h | 157 u8 rand192[16]; member 1106 u8 bdaddr_type, u8 *hash192, u8 *rand192,
|
/Linux-v4.19/net/bluetooth/ |
D | hci_core.c | 2629 u8 bdaddr_type, u8 *hash192, u8 *rand192, in hci_add_remote_oob_data() argument 2645 if (hash192 && rand192) { in hci_add_remote_oob_data() 2647 memcpy(data->rand192, rand192, sizeof(data->rand192)); in hci_add_remote_oob_data() 2652 memset(data->rand192, 0, sizeof(data->rand192)); in hci_add_remote_oob_data() 2665 if (hash192 && rand192) in hci_add_remote_oob_data()
|
D | mgmt.c | 3571 memcpy(mgmt_rp.rand192, rp->rand, sizeof(rp->rand)); in read_local_oob_data_complete() 3585 memcpy(mgmt_rp.rand192, rp->rand192, sizeof(rp->rand192)); in read_local_oob_data_complete() 3690 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local 3697 if (memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data() 3706 rand192 = NULL; in add_remote_oob_data() 3712 if (!memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data() 3714 rand192 = NULL; in add_remote_oob_data() 3717 rand192 = cp->rand192; in add_remote_oob_data() 3735 cp->addr.type, hash192, rand192, in add_remote_oob_data() 6082 r192 = rp->rand192; in read_local_oob_ext_data_complete()
|
D | hci_event.c | 4281 if (!memcmp(data->rand192, ZERO_KEY, 16) || in bredr_oob_data_present() 4604 memset(cp.rand192, 0, sizeof(cp.rand192)); in hci_remote_oob_data_request_evt() 4607 memcpy(cp.rand192, data->rand192, sizeof(cp.rand192)); in hci_remote_oob_data_request_evt() 4619 memcpy(cp.rand, data->rand192, sizeof(cp.rand)); in hci_remote_oob_data_request_evt()
|
D | hci_debugfs.c | 189 16, data->hash192, 16, data->rand192, in remote_oob_show()
|