Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/bluetooth/
Dmgmt.h316 __u8 rand192[16]; member
331 __u8 rand192[16]; member
Dhci.h902 __u8 rand192[16]; member
1248 __u8 rand192[16]; member
Dhci_core.h217 u8 rand192[16]; member
1345 u8 bdaddr_type, u8 *hash192, u8 *rand192,
/Linux-v5.15/net/bluetooth/
Dhci_core.c2850 u8 bdaddr_type, u8 *hash192, u8 *rand192, in hci_add_remote_oob_data() argument
2866 if (hash192 && rand192) { in hci_add_remote_oob_data()
2868 memcpy(data->rand192, rand192, sizeof(data->rand192)); in hci_add_remote_oob_data()
2873 memset(data->rand192, 0, sizeof(data->rand192)); in hci_add_remote_oob_data()
2886 if (hash192 && rand192) in hci_add_remote_oob_data()
Dmgmt.c4610 memcpy(mgmt_rp.rand192, rp->rand, sizeof(rp->rand)); in read_local_oob_data_complete()
4624 memcpy(mgmt_rp.rand192, rp->rand192, sizeof(rp->rand192)); in read_local_oob_data_complete()
4729 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local
4736 if (memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data()
4745 rand192 = NULL; in add_remote_oob_data()
4751 if (!memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data()
4753 rand192 = NULL; in add_remote_oob_data()
4756 rand192 = cp->rand192; in add_remote_oob_data()
4774 cp->addr.type, hash192, rand192, in add_remote_oob_data()
7195 r192 = rp->rand192; in read_local_oob_ext_data_complete()
Dhci_event.c4661 if (!memcmp(data->rand192, ZERO_KEY, 16) || in bredr_oob_data_present()
4994 memset(cp.rand192, 0, sizeof(cp.rand192)); in hci_remote_oob_data_request_evt()
4997 memcpy(cp.rand192, data->rand192, sizeof(cp.rand192)); in hci_remote_oob_data_request_evt()
5009 memcpy(cp.rand, data->rand192, sizeof(cp.rand)); in hci_remote_oob_data_request_evt()
Dhci_debugfs.c205 16, data->hash192, 16, data->rand192, in remote_oob_show()