Home
last modified time | relevance | path

Searched refs:rand192 (Results 1 – 7 of 7) sorted by relevance

/linux/net/bluetooth/
H A Dhci_core.c1546 u8 bdaddr_type, u8 *hash192, u8 *rand192, in hci_add_remote_oob_data() argument
1562 if (hash192 && rand192) { in hci_add_remote_oob_data()
1564 memcpy(data->rand192, rand192, sizeof(data->rand192)); in hci_add_remote_oob_data()
1569 memset(data->rand192, 0, sizeof(data->rand192)); in hci_add_remote_oob_data()
1582 if (hash192 && rand192) in hci_add_remote_oob_data()
H A Dmgmt.c5706 memcpy(mgmt_rp.rand192, rp->rand, sizeof(rp->rand)); in read_local_oob_data_complete()
5720 memcpy(mgmt_rp.rand192, rp->rand192, sizeof(rp->rand192)); in read_local_oob_data_complete()
5834 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local
5841 if (memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data()
5850 rand192 = NULL; in add_remote_oob_data()
5856 if (!memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data()
5858 rand192 = NULL; in add_remote_oob_data()
5861 rand192 = cp->rand192; in add_remote_oob_data()
5879 cp->addr.type, hash192, rand192, in add_remote_oob_data()
8229 r192 = rp->rand192; in read_local_oob_ext_data_complete()
H A Dhci_event.c5289 if (!crypto_memneq(data->rand192, ZERO_KEY, 16) || in hci_io_capa_request_evt()
5625 memset(cp.rand192, 0, sizeof(cp.rand192)); in le_conn_update_addr()
5628 memcpy(cp.rand192, data->rand192, sizeof(cp.rand192)); in le_conn_update_addr()
5640 memcpy(cp.rand, data->rand192, sizeof(cp.rand)); in le_conn_update_addr()
H A Dhci_debugfs.c206 16, data->hash192, 16, data->rand192, in remote_oob_show()
/linux/include/net/bluetooth/
H A Dmgmt.h328 __u8 rand192[16]; member
343 __u8 rand192[16]; member
H A Dhci.h1055 __u8 rand192[16];
1401 __u8 rand192[16];
1053 __u8 rand192[16]; global() member
1399 __u8 rand192[16]; global() member
H A Dhci_core.h238 u8 rand192[16]; member
1882 u8 bdaddr_type, u8 *hash192, u8 *rand192,