Searched refs:rand192 (Results 1 – 7 of 7) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 1509 u8 bdaddr_type, u8 *hash192, u8 *rand192, in hci_add_remote_oob_data() argument 1525 if (hash192 && rand192) { in hci_add_remote_oob_data() 1527 memcpy(data->rand192, rand192, sizeof(data->rand192)); in hci_add_remote_oob_data() 1532 memset(data->rand192, 0, sizeof(data->rand192)); in hci_add_remote_oob_data() 1545 if (hash192 && rand192) in hci_add_remote_oob_data()
|
| H A D | mgmt.c | 5797 memcpy(mgmt_rp.rand192, rp->rand, sizeof(rp->rand)); in read_local_oob_data_complete() 5811 memcpy(mgmt_rp.rand192, rp->rand192, sizeof(rp->rand192)); in read_local_oob_data_complete() 5925 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local 5932 if (memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data() 5941 rand192 = NULL; in add_remote_oob_data() 5947 if (!memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data() 5949 rand192 = NULL; in add_remote_oob_data() 5952 rand192 = cp->rand192; in add_remote_oob_data() 5970 cp->addr.type, hash192, rand192, in add_remote_oob_data() 8482 r192 = rp->rand192; in read_local_oob_ext_data_complete()
|
| H A D | hci_event.c | 5327 if (!crypto_memneq(data->rand192, ZERO_KEY, 16) || in bredr_oob_data_present() 5673 memset(cp.rand192, 0, sizeof(cp.rand192)); in hci_remote_oob_data_request_evt() 5676 memcpy(cp.rand192, data->rand192, sizeof(cp.rand192)); in hci_remote_oob_data_request_evt() 5688 memcpy(cp.rand, data->rand192, sizeof(cp.rand)); in hci_remote_oob_data_request_evt()
|
| H A D | hci_debugfs.c | 203 16, data->hash192, 16, data->rand192, in remote_oob_show()
|
| /linux/include/net/bluetooth/ |
| H A D | mgmt.h | 326 __u8 rand192[16]; member 341 __u8 rand192[16]; member
|
| H A D | hci.h | 1054 __u8 rand192[16]; member 1400 __u8 rand192[16]; member
|
| H A D | hci_core.h | 235 u8 rand192[16]; member 1904 u8 bdaddr_type, u8 *hash192, u8 *rand192,
|