Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/bluetooth/
Dmgmt.h307 __u8 hash192[16]; member
322 __u8 hash192[16]; member
Dhci.h791 __u8 hash192[16]; member
1099 __u8 hash192[16]; member
Dhci_core.h152 u8 hash192[16]; member
1076 u8 bdaddr_type, u8 *hash192, u8 *rand192,
/linux-4.4.14/net/bluetooth/
Dhci_core.c2675 u8 bdaddr_type, u8 *hash192, u8 *rand192, in hci_add_remote_oob_data() argument
2691 if (hash192 && rand192) { in hci_add_remote_oob_data()
2692 memcpy(data->hash192, hash192, sizeof(data->hash192)); in hci_add_remote_oob_data()
2697 memset(data->hash192, 0, sizeof(data->hash192)); in hci_add_remote_oob_data()
2711 if (hash192 && rand192) in hci_add_remote_oob_data()
Dmgmt.c3944 memcpy(mgmt_rp.hash192, rp->hash, sizeof(rp->hash)); in read_local_oob_data_complete()
3958 memcpy(mgmt_rp.hash192, rp->hash192, sizeof(rp->hash192)); in read_local_oob_data_complete()
4064 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local
4072 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
4081 hash192 = NULL; in add_remote_oob_data()
4087 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
4089 hash192 = NULL; in add_remote_oob_data()
4092 hash192 = cp->hash192; in add_remote_oob_data()
4109 cp->addr.type, hash192, rand192, in add_remote_oob_data()
6699 h192 = rp->hash192; in read_local_oob_ext_data_complete()
Dhci_event.c3958 !memcmp(data->hash192, ZERO_KEY, 16)) in bredr_oob_data_present()
4279 memset(cp.hash192, 0, sizeof(cp.hash192)); in hci_remote_oob_data_request_evt()
4282 memcpy(cp.hash192, data->hash192, sizeof(cp.hash192)); in hci_remote_oob_data_request_evt()
4294 memcpy(cp.hash, data->hash192, sizeof(cp.hash)); in hci_remote_oob_data_request_evt()
Dhci_debugfs.c240 16, data->hash192, 16, data->rand192, in remote_oob_show()