Home
last modified time | relevance | path

Searched refs:hash256 (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
Dmgmt.h317 __u8 hash256[16]; member
332 __u8 hash256[16]; member
Dhci.h901 __u8 hash256[16]; member
1247 __u8 hash256[16]; member
Dhci_core.h219 u8 hash256[16]; member
1298 u8 *hash256, u8 *rand256);
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_core.c2822 u8 *hash256, u8 *rand256) in hci_add_remote_oob_data() argument
2840 if (hash256 && rand256) in hci_add_remote_oob_data()
2845 if (hash256 && rand256) in hci_add_remote_oob_data()
2851 if (hash256 && rand256) { in hci_add_remote_oob_data()
2852 memcpy(data->hash256, hash256, sizeof(data->hash256)); in hci_add_remote_oob_data()
2855 memset(data->hash256, 0, sizeof(data->hash256)); in hci_add_remote_oob_data()
Dmgmt.c4390 rp_size -= sizeof(mgmt_rp.hash256) + sizeof(mgmt_rp.rand256); in read_local_oob_data_complete()
4404 memcpy(mgmt_rp.hash256, rp->hash256, sizeof(rp->hash256)); in read_local_oob_data_complete()
4507 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local
4543 !memcmp(cp->hash256, ZERO_KEY, 16)) { in add_remote_oob_data()
4545 hash256 = NULL; in add_remote_oob_data()
4548 hash256 = cp->hash256; in add_remote_oob_data()
4553 hash256, rand256); in add_remote_oob_data()
6968 h256 = rp->hash256; in read_local_oob_ext_data_complete()
Dhci_debugfs.c206 16, data->hash256, 16, data->rand256); in remote_oob_show()
Dhci_event.c4560 !memcmp(data->hash256, ZERO_KEY, 16)) in bredr_oob_data_present()
4908 memcpy(cp.hash256, data->hash256, sizeof(cp.hash256)); in hci_remote_oob_data_request_evt()
Dsmp.c692 memcpy(smp->pcnf, oob_data->hash256, 16); in build_pairing_cmd()