/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 1573 u8 bdaddr_type, u8 *hash192, u8 *rand192, in hci_add_remote_oob_data() 1589 if (hash192 && rand192) { in hci_add_remote_oob_data() 1590 memcpy(data->hash192, hash192, sizeof(data->hash192)); in hci_add_remote_oob_data() 1595 memset(data->hash192, 0, sizeof(data->hash192)); in hci_add_remote_oob_data() 1609 if (hash192 && rand192) 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 D | mgmt.c | 5530 memcpy(mgmt_rp.hash192, rp->hash, sizeof(rp->hash)); in read_local_oob_data_complete() 5544 memcpy(mgmt_rp.hash192, rp->hash192, sizeof(rp->hash192)); in read_local_oob_data_complete() 5659 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local 5667 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 5676 hash192 = NULL; in add_remote_oob_data() 5682 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 5684 hash192 = NULL; in add_remote_oob_data() 5687 hash192 in add_remote_oob_data() [all...] |
H A D | hci_event.c | 5316 !crypto_memneq(data->hash192, ZERO_KEY, 16)) in bredr_oob_data_present() 5653 memset(cp.hash192, 0, sizeof(cp.hash192)); in hci_remote_oob_data_request_evt() 5656 memcpy(cp.hash192, data->hash192, sizeof(cp.hash192)); in hci_remote_oob_data_request_evt() 5668 memcpy(cp.hash, data->hash192, sizeof(cp.hash)); in hci_remote_oob_data_request_evt()
|
H A D | hci_debugfs.c | 207 16, data->hash192, 16, data->rand192, in remote_oob_show()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | mgmt.h | 315 __u8 hash192[16]; member 330 __u8 hash192[16]; member
|
H A D | hci.h | 899 __u8 hash192[16]; member 1245 __u8 hash192[16]; member
|
H A D | hci_core.h | 222 u8 hash192[16]; 1301 u8 bdaddr_type, u8 *hash192, u8 *rand192,
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | mgmt.h | 319 __u8 hash192[16]; member 334 __u8 hash192[16]; member
|
H A D | hci.h | 1037 __u8 hash192[16]; member 1383 __u8 hash192[16]; member
|
H A D | hci_core.h | 237 u8 hash192[16]; member 1752 u8 bdaddr_type, u8 *hash192, u8 *rand192,
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 4392 memcpy(mgmt_rp.hash192, rp->hash, sizeof(rp->hash)); in read_local_oob_data_complete() 4406 memcpy(mgmt_rp.hash192, rp->hash192, sizeof(rp->hash192)); in read_local_oob_data_complete() 4512 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local 4520 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 4529 hash192 = NULL; in add_remote_oob_data() 4535 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 4537 hash192 = NULL; in add_remote_oob_data() 4540 hash192 in add_remote_oob_data() [all...] |
H A D | hci_core.c | 2823 u8 bdaddr_type, u8 *hash192, u8 *rand192, in hci_add_remote_oob_data() 2839 if (hash192 && rand192) { in hci_add_remote_oob_data() 2840 memcpy(data->hash192, hash192, sizeof(data->hash192)); in hci_add_remote_oob_data() 2845 memset(data->hash192, 0, sizeof(data->hash192)); in hci_add_remote_oob_data() 2859 if (hash192 && rand192) 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 D | hci_event.c | 4599 !crypto_memneq(data->hash192, ZERO_KEY, 16)) in bredr_oob_data_present() 4933 memset(cp.hash192, 0, sizeof(cp.hash192)); in hci_remote_oob_data_request_evt() 4936 memcpy(cp.hash192, data->hash192, sizeof(cp.hash192)); in hci_remote_oob_data_request_evt() 4948 memcpy(cp.hash, data->hash192, sizeof(cp.hash)); in hci_remote_oob_data_request_evt()
|
H A D | hci_debugfs.c | 205 16, data->hash192, 16, data->rand192, in remote_oob_show()
|