Searched refs:rand192 (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/bluetooth/ |
| A D | mgmt.h | 316 __u8 rand192[16]; member 331 __u8 rand192[16]; member
|
| A D | hci.h | 938 __u8 rand192[16]; member 1284 __u8 rand192[16]; member
|
| A D | hci_core.h | 228 u8 rand192[16]; member 1365 u8 bdaddr_type, u8 *hash192, u8 *rand192,
|
| /linux/net/bluetooth/ |
| A D | hci_core.c | 2730 u8 bdaddr_type, u8 *hash192, u8 *rand192, in hci_add_remote_oob_data() argument 2746 if (hash192 && rand192) { in hci_add_remote_oob_data() 2748 memcpy(data->rand192, rand192, sizeof(data->rand192)); in hci_add_remote_oob_data() 2753 memset(data->rand192, 0, sizeof(data->rand192)); in hci_add_remote_oob_data() 2766 if (hash192 && rand192) in hci_add_remote_oob_data()
|
| A D | mgmt.c | 4836 memcpy(mgmt_rp.rand192, rp->rand, sizeof(rp->rand)); in read_local_oob_data_complete() 4850 memcpy(mgmt_rp.rand192, rp->rand192, sizeof(rp->rand192)); in read_local_oob_data_complete() 4955 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local 4962 if (memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data() 4971 rand192 = NULL; in add_remote_oob_data() 4977 if (!memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data() 4979 rand192 = NULL; in add_remote_oob_data() 4982 rand192 = cp->rand192; in add_remote_oob_data() 5000 cp->addr.type, hash192, rand192, in add_remote_oob_data() 7421 r192 = rp->rand192; in read_local_oob_ext_data_complete()
|
| A D | hci_event.c | 4716 if (!memcmp(data->rand192, ZERO_KEY, 16) || in bredr_oob_data_present() 5049 memset(cp.rand192, 0, sizeof(cp.rand192)); in hci_remote_oob_data_request_evt() 5052 memcpy(cp.rand192, data->rand192, sizeof(cp.rand192)); in hci_remote_oob_data_request_evt() 5064 memcpy(cp.rand, data->rand192, sizeof(cp.rand)); in hci_remote_oob_data_request_evt()
|
| A D | hci_debugfs.c | 206 16, data->hash192, 16, data->rand192, in remote_oob_show()
|
Completed in 73 milliseconds