Searched refs:hash256 (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/net/bluetooth/ |
D | hci_core.c | 1530 u8 *hash256, u8 *rand256) in hci_add_remote_oob_data() argument 1548 if (hash256 && rand256) in hci_add_remote_oob_data() 1553 if (hash256 && rand256) in hci_add_remote_oob_data() 1559 if (hash256 && rand256) { in hci_add_remote_oob_data() 1560 memcpy(data->hash256, hash256, sizeof(data->hash256)); in hci_add_remote_oob_data() 1563 memset(data->hash256, 0, sizeof(data->hash256)); in hci_add_remote_oob_data()
|
D | mgmt.c | 5516 rp_size -= sizeof(mgmt_rp.hash256) + sizeof(mgmt_rp.rand256); in read_local_oob_data_complete() 5530 memcpy(mgmt_rp.hash256, rp->hash256, sizeof(rp->hash256)); in read_local_oob_data_complete() 5642 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local 5678 !memcmp(cp->hash256, ZERO_KEY, 16)) { in add_remote_oob_data() 5680 hash256 = NULL; in add_remote_oob_data() 5683 hash256 = cp->hash256; in add_remote_oob_data() 5688 hash256, rand256); in add_remote_oob_data() 8129 h256 = rp->hash256; in read_local_oob_ext_data_complete()
|
D | hci_debugfs.c | 207 16, data->hash256, 16, data->rand256); in remote_oob_show()
|
D | hci_event.c | 5196 !crypto_memneq(data->hash256, ZERO_KEY, 16)) in bredr_oob_data_present() 5547 memcpy(cp.hash256, data->hash256, sizeof(cp.hash256)); in hci_remote_oob_data_request_evt()
|
D | smp.c | 692 memcpy(smp->pcnf, oob_data->hash256, 16); in build_pairing_cmd()
|
/linux-6.14.4/include/net/bluetooth/ |
D | mgmt.h | 321 __u8 hash256[16]; member 336 __u8 hash256[16]; member
|
D | hci.h | 1044 __u8 hash256[16]; member 1390 __u8 hash256[16]; member
|
D | hci_core.h | 232 u8 hash256[16]; member 1813 u8 *hash256, u8 *rand256);
|