Home
last modified time | relevance | path

Searched refs:hash256 (Results 1 – 8 of 8) sorted by relevance

/linux/net/bluetooth/
H A Dhci_core.c1547 u8 *hash256, u8 *rand256) in hci_add_remote_oob_data() argument
1565 if (hash256 && rand256) in hci_add_remote_oob_data()
1570 if (hash256 && rand256) in hci_add_remote_oob_data()
1576 if (hash256 && rand256) { in hci_add_remote_oob_data()
1577 memcpy(data->hash256, hash256, sizeof(data->hash256)); in hci_add_remote_oob_data()
1580 memset(data->hash256, 0, sizeof(data->hash256)); in hci_add_remote_oob_data()
H A Dmgmt.c5716 rp_size -= sizeof(mgmt_rp.hash256) + sizeof(mgmt_rp.rand256); in read_local_oob_data_complete()
5730 memcpy(mgmt_rp.hash256, rp->hash256, sizeof(rp->hash256)); in read_local_oob_data_complete()
5842 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data()
5878 !memcmp(cp->hash256, ZERO_KEY, 16)) { in add_remote_oob_data()
5880 hash256 = NULL; in add_remote_oob_data()
5883 hash256 = cp->hash256; in add_remote_oob_data()
5888 hash256, rand25 in add_remote_oob_data()
5834 u8 *rand192, *hash192, *rand256, *hash256; add_remote_oob_data() local
[all...]
H A Dhci_debugfs.c207 16, data->hash256, 16, data->rand256); in remote_oob_show()
H A Dhci_event.c5289 !crypto_memneq(data->hash256, ZERO_KEY, 16)) in hci_io_capa_request_evt()
5640 memcpy(cp.hash256, data->hash256, sizeof(cp.hash256)); in le_conn_update_addr()
H A Dsmp.c692 memcpy(smp->pcnf, oob_data->hash256, 16); in build_pairing_cmd()
/linux/include/net/bluetooth/
H A Dmgmt.h329 __u8 hash256[16]; member
344 __u8 hash256[16]; member
H A Dhci.h1056 __u8 hash256[16];
1402 __u8 hash256[16];
1054 __u8 hash256[16]; global() member
1400 __u8 hash256[16]; global() member
H A Dhci_core.h239 u8 hash256[16]; member
1883 u8 *hash256, u8 *rand256);