Searched refs:hash192 (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/include/net/bluetooth/ |
D | mgmt.h | 315 __u8 hash192[16]; member 330 __u8 hash192[16]; member
|
D | hci.h | 979 __u8 hash192[16]; member 1325 __u8 hash192[16]; member
|
D | hci_core.h | 230 u8 hash192[16]; member 1574 u8 bdaddr_type, u8 *hash192, u8 *rand192,
|
/Linux-v6.1/net/bluetooth/ |
D | hci_core.c | 1571 u8 bdaddr_type, u8 *hash192, u8 *rand192, in hci_add_remote_oob_data() argument 1587 if (hash192 && rand192) { in hci_add_remote_oob_data() 1588 memcpy(data->hash192, hash192, sizeof(data->hash192)); in hci_add_remote_oob_data() 1593 memset(data->hash192, 0, sizeof(data->hash192)); in hci_add_remote_oob_data() 1607 if (hash192 && rand192) in hci_add_remote_oob_data()
|
D | mgmt.c | 5589 memcpy(mgmt_rp.hash192, rp->hash, sizeof(rp->hash)); in read_local_oob_data_complete() 5603 memcpy(mgmt_rp.hash192, rp->hash192, sizeof(rp->hash192)); in read_local_oob_data_complete() 5718 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local 5726 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 5735 hash192 = NULL; in add_remote_oob_data() 5741 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 5743 hash192 = NULL; in add_remote_oob_data() 5746 hash192 = cp->hash192; in add_remote_oob_data() 5763 cp->addr.type, hash192, rand192, in add_remote_oob_data() 8125 h192 = rp->hash192; in read_local_oob_ext_data_complete()
|
D | hci_event.c | 5234 !memcmp(data->hash192, ZERO_KEY, 16)) in bredr_oob_data_present() 5568 memset(cp.hash192, 0, sizeof(cp.hash192)); in hci_remote_oob_data_request_evt() 5571 memcpy(cp.hash192, data->hash192, sizeof(cp.hash192)); in hci_remote_oob_data_request_evt() 5583 memcpy(cp.hash, data->hash192, sizeof(cp.hash)); in hci_remote_oob_data_request_evt()
|
D | hci_debugfs.c | 206 16, data->hash192, 16, data->rand192, in remote_oob_show()
|