Searched refs:hash192 (Results 1 – 7 of 7) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 1546 u8 bdaddr_type, u8 *hash192, u8 *rand192, in hci_add_remote_oob_data() argument 1562 if (hash192 && rand192) { in hci_add_remote_oob_data() 1563 memcpy(data->hash192, hash192, sizeof(data->hash192)); in hci_add_remote_oob_data() 1568 memset(data->hash192, 0, sizeof(data->hash192)); in hci_add_remote_oob_data() 1582 if (hash192 && rand192) in hci_add_remote_oob_data()
|
| H A D | mgmt.c | 5713 memcpy(mgmt_rp.hash192, rp->hash, sizeof(rp->hash)); in read_local_oob_data_complete() 5727 memcpy(mgmt_rp.hash192, rp->hash192, sizeof(rp->hash192)); in read_local_oob_data_complete() 5842 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() 5850 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 5859 hash192 = NULL; in add_remote_oob_data() 5865 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 5867 hash192 = NULL; in add_remote_oob_data() 5870 hash192 in add_remote_oob_data() 5834 u8 *rand192, *hash192, *rand256, *hash256; add_remote_oob_data() local [all...] |
| H A D | hci_event.c | 5300 !crypto_memneq(data->hash192, ZERO_KEY, 16)) in hci_io_capa_request_evt() 5634 memset(cp.hash192, 0, sizeof(cp.hash192)); in le_conn_update_addr() 5637 memcpy(cp.hash192, data->hash192, sizeof(cp.hash192)); in le_conn_update_addr() 5649 memcpy(cp.hash, data->hash192, sizeof(cp.hash)); in le_conn_update_addr()
|
| H A D | hci_debugfs.c | 206 16, data->hash192, 16, data->rand192, in remote_oob_show()
|
| /linux/include/net/bluetooth/ |
| H A D | mgmt.h | 327 __u8 hash192[16]; member 342 __u8 hash192[16]; member
|
| H A D | hci.h | 1054 __u8 hash192[16]; 1400 __u8 hash192[16]; 1052 __u8 hash192[16]; global() member 1398 __u8 hash192[16]; global() member
|
| H A D | hci_core.h | 237 u8 hash192[16]; member 1882 u8 bdaddr_type, u8 *hash192, u8 *rand192,
|