Searched refs:rand256 (Results 1 – 8 of 8) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 1547 u8 *hash256, u8 *rand256) in hci_add_remote_oob_data() argument 1565 if (hash256 && rand256) in hci_add_remote_oob_data() 1570 if (hash256 && rand256) in hci_add_remote_oob_data() 1576 if (hash256 && rand256) { in hci_add_remote_oob_data() 1578 memcpy(data->rand256, rand256, sizeof(data->rand256)); in hci_add_remote_oob_data() 1581 memset(data->rand256, 0, sizeof(data->rand256)); in hci_add_remote_oob_data()
|
| H A D | mgmt.c | 5716 rp_size -= sizeof(mgmt_rp.hash256) + sizeof(mgmt_rp.rand256); in read_local_oob_data_complete() 5731 memcpy(mgmt_rp.rand256, rp->rand256, sizeof(rp->rand256)); in read_local_oob_data_complete() 5842 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() 5877 if (!memcmp(cp->rand256, ZERO_KEY, 16) || in add_remote_oob_data() 5879 rand256 = NULL; in add_remote_oob_data() 5882 rand256 = cp->rand256; in add_remote_oob_data() 5888 hash256, rand256); in add_remote_oob_data() 5834 u8 *rand192, *hash192, *rand256, *hash256; add_remote_oob_data() local [all...] |
| H A D | hci_debugfs.c | 207 16, data->hash256, 16, data->rand256); in remote_oob_show()
|
| H A D | hci_event.c | 5288 if (!crypto_memneq(data->rand256, ZERO_KEY, 16) || in hci_io_capa_request_evt() 5641 memcpy(cp.rand256, data->rand256, sizeof(cp.rand256)); in le_conn_update_addr()
|
| H A D | smp.c | 691 memcpy(smp->rr, oob_data->rand256, 16); in build_pairing_cmd()
|
| /linux/include/net/bluetooth/ |
| H A D | mgmt.h | 330 __u8 rand256[16]; member 345 __u8 rand256[16]; member
|
| H A D | hci.h | 1057 __u8 rand256[16]; 1403 __u8 rand256[16]; 1055 __u8 rand256[16]; global() member 1401 __u8 rand256[16]; global() member
|
| H A D | hci_core.h | 240 u8 rand256[16]; member 1883 u8 *hash256, u8 *rand256);
|