Home
last modified time | relevance | path

Searched refs:hash256 (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_core.c1574 u8 *hash256, u8 *rand256) in hci_add_remote_oob_data()
1592 if (hash256 && rand256) in hci_add_remote_oob_data()
1597 if (hash256 && rand256) in hci_add_remote_oob_data()
1603 if (hash256 && rand256) { in hci_add_remote_oob_data()
1604 memcpy(data->hash256, hash256, sizeof(data->hash256)); in hci_add_remote_oob_data()
1607 memset(data->hash256, 0, sizeof(data->hash256)); in hci_add_remote_oob_data()
1572 hci_add_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 bdaddr_type, u8 *hash192, u8 *rand192, u8 *hash256, u8 *rand256) hci_add_remote_oob_data() argument
H A Dmgmt.c5533 rp_size -= sizeof(mgmt_rp.hash256) + sizeof(mgmt_rp.rand256); in read_local_oob_data_complete()
5547 memcpy(mgmt_rp.hash256, rp->hash256, sizeof(rp->hash256)); in read_local_oob_data_complete()
5659 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local
5695 !memcmp(cp->hash256, ZERO_KEY, 16)) { in add_remote_oob_data()
5697 hash256 = NULL; in add_remote_oob_data()
5700 hash256 = cp->hash256; in add_remote_oob_data()
5705 hash256, rand25 in add_remote_oob_data()
[all...]
H A Dhci_debugfs.c208 16, data->hash256, 16, data->rand256); in remote_oob_show()
H A Dhci_event.c5305 !crypto_memneq(data->hash256, ZERO_KEY, 16)) in bredr_oob_data_present()
5659 memcpy(cp.hash256, data->hash256, sizeof(cp.hash256)); in hci_remote_oob_data_request_evt()
H A Dsmp.c693 memcpy(smp->pcnf, oob_data->hash256, 16); in build_pairing_cmd()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dmgmt.h317 __u8 hash256[16]; member
332 __u8 hash256[16]; member
H A Dhci.h901 __u8 hash256[16]; member
1247 __u8 hash256[16]; member
H A Dhci_core.h224 u8 hash256[16];
1302 u8 *hash256, u8 *rand256);
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dmgmt.h321 __u8 hash256[16]; member
336 __u8 hash256[16]; member
H A Dhci.h1039 __u8 hash256[16]; member
1385 __u8 hash256[16]; member
H A Dhci_core.h239 u8 hash256[16]; member
1753 u8 *hash256, u8 *rand256);
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_core.c2824 u8 *hash256, u8 *rand256) in hci_add_remote_oob_data()
2842 if (hash256 && rand256) in hci_add_remote_oob_data()
2847 if (hash256 && rand256) in hci_add_remote_oob_data()
2853 if (hash256 && rand256) { in hci_add_remote_oob_data()
2854 memcpy(data->hash256, hash256, sizeof(data->hash256)); in hci_add_remote_oob_data()
2857 memset(data->hash256, 0, sizeof(data->hash256)); in hci_add_remote_oob_data()
2822 hci_add_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 bdaddr_type, u8 *hash192, u8 *rand192, u8 *hash256, u8 *rand256) hci_add_remote_oob_data() argument
H A Dmgmt.c4395 rp_size -= sizeof(mgmt_rp.hash256) + sizeof(mgmt_rp.rand256); in read_local_oob_data_complete()
4409 memcpy(mgmt_rp.hash256, rp->hash256, sizeof(rp->hash256)); in read_local_oob_data_complete()
4512 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local
4548 !memcmp(cp->hash256, ZERO_KEY, 16)) { in add_remote_oob_data()
4550 hash256 = NULL; in add_remote_oob_data()
4553 hash256 = cp->hash256; in add_remote_oob_data()
4558 hash256, rand25 in add_remote_oob_data()
[all...]
H A Dhci_event.c4588 !crypto_memneq(data->hash256, ZERO_KEY, 16)) in bredr_oob_data_present()
4939 memcpy(cp.hash256, data->hash256, sizeof(cp.hash256)); in hci_remote_oob_data_request_evt()
H A Dhci_debugfs.c206 16, data->hash256, 16, data->rand256); in remote_oob_show()
H A Dsmp.c692 memcpy(smp->pcnf, oob_data->hash256, 16); in build_pairing_cmd()

Completed in 116 milliseconds