Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
A Dmgmt.h315 __u8 hash192[16]; member
330 __u8 hash192[16]; member
A Dhci.h937 __u8 hash192[16]; member
1283 __u8 hash192[16]; member
A Dhci_core.h227 u8 hash192[16]; member
1365 u8 bdaddr_type, u8 *hash192, u8 *rand192,
/linux/net/bluetooth/
A Dhci_core.c2730 u8 bdaddr_type, u8 *hash192, u8 *rand192, in hci_add_remote_oob_data() argument
2746 if (hash192 && rand192) { in hci_add_remote_oob_data()
2747 memcpy(data->hash192, hash192, sizeof(data->hash192)); in hci_add_remote_oob_data()
2752 memset(data->hash192, 0, sizeof(data->hash192)); in hci_add_remote_oob_data()
2766 if (hash192 && rand192) in hci_add_remote_oob_data()
A Dmgmt.c4835 memcpy(mgmt_rp.hash192, rp->hash, sizeof(rp->hash)); in read_local_oob_data_complete()
4849 memcpy(mgmt_rp.hash192, rp->hash192, sizeof(rp->hash192)); in read_local_oob_data_complete()
4955 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local
4963 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
4972 hash192 = NULL; in add_remote_oob_data()
4978 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
4980 hash192 = NULL; in add_remote_oob_data()
4983 hash192 = cp->hash192; in add_remote_oob_data()
5000 cp->addr.type, hash192, rand192, in add_remote_oob_data()
7420 h192 = rp->hash192; in read_local_oob_ext_data_complete()
A Dhci_event.c4717 !memcmp(data->hash192, ZERO_KEY, 16)) in bredr_oob_data_present()
5048 memset(cp.hash192, 0, sizeof(cp.hash192)); in hci_remote_oob_data_request_evt()
5051 memcpy(cp.hash192, data->hash192, sizeof(cp.hash192)); in hci_remote_oob_data_request_evt()
5063 memcpy(cp.hash, data->hash192, sizeof(cp.hash)); in hci_remote_oob_data_request_evt()
A Dhci_debugfs.c206 16, data->hash192, 16, data->rand192, in remote_oob_show()

Completed in 64 milliseconds