Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_core.c1522 u8 bdaddr_type, u8 *hash192, u8 *rand192, in hci_add_remote_oob_data() argument
1538 if (hash192 && rand192) { in hci_add_remote_oob_data()
1539 memcpy(data->hash192, hash192, sizeof(data->hash192)); in hci_add_remote_oob_data()
1544 memset(data->hash192, 0, sizeof(data->hash192)); in hci_add_remote_oob_data()
1558 if (hash192 && rand192) in hci_add_remote_oob_data()
H A Dmgmt.c5578 memcpy(mgmt_rp.hash192, rp->hash, sizeof(rp->hash)); in read_local_oob_data_complete()
5592 memcpy(mgmt_rp.hash192, rp->hash192, sizeof(rp->hash192)); in read_local_oob_data_complete()
5707 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local
5715 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
5724 hash192 = NULL; in add_remote_oob_data()
5730 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
5732 hash192 = NULL; in add_remote_oob_data()
5735 hash192 = cp->hash192; in add_remote_oob_data()
5752 cp->addr.type, hash192, rand192, in add_remote_oob_data()
8144 h192 = rp->hash192; in read_local_oob_ext_data_complete()
H A Dhci_event.c5200 !crypto_memneq(data->hash192, ZERO_KEY, 16)) in bredr_oob_data_present()
5534 memset(cp.hash192, 0, sizeof(cp.hash192)); in hci_remote_oob_data_request_evt()
5537 memcpy(cp.hash192, data->hash192, sizeof(cp.hash192)); in hci_remote_oob_data_request_evt()
5549 memcpy(cp.hash, data->hash192, sizeof(cp.hash)); in hci_remote_oob_data_request_evt()
H A Dhci_debugfs.c207 16, data->hash192, 16, data->rand192, in remote_oob_show()
/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h319 __u8 hash192[16]; member
334 __u8 hash192[16]; member
H A Dhci.h997 __u8 hash192[16]; member
1343 __u8 hash192[16]; member
H A Dhci_core.h231 u8 hash192[16]; member
1745 u8 bdaddr_type, u8 *hash192, u8 *rand192,