Searched refs:hash256 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_core.c | 1524 u8 *hash256, u8 *rand256) in hci_add_remote_oob_data() 1542 if (hash256 && rand256) in hci_add_remote_oob_data() 1547 if (hash256 && rand256) in hci_add_remote_oob_data() 1553 if (hash256 && rand256) { in hci_add_remote_oob_data() 1554 memcpy(data->hash256, hash256, sizeof(data->hash256)); in hci_add_remote_oob_data() 1557 memset(data->hash256, 0, sizeof(data->hash256)); in hci_add_remote_oob_data() 1523 hci_add_remote_oob_data(struct hci_dev * hdev,bdaddr_t * bdaddr,u8 bdaddr_type,u8 * hash192,u8 * rand192,u8 * hash256,u8 * rand256) hci_add_remote_oob_data() argument
|
H A D | mgmt.c | 5581 rp_size -= sizeof(mgmt_rp.hash256) + sizeof(mgmt_rp.rand256); in read_local_oob_data_complete() 5595 memcpy(mgmt_rp.hash256, rp->hash256, sizeof(rp->hash256)); in read_local_oob_data_complete() 5707 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local 5743 !memcmp(cp->hash256, ZERO_KEY, 16)) { in add_remote_oob_data() 5745 hash256 = NULL; in add_remote_oob_data() 5748 hash256 = cp->hash256; in add_remote_oob_data() 5753 hash256, rand256); in add_remote_oob_data() 8148 h256 = rp->hash256; in read_local_oob_ext_data_complete()
|
H A D | hci_debugfs.c | 208 16, data->hash256, 16, data->rand256); in remote_oob_show()
|
H A D | hci_event.c | 5196 !crypto_memneq(data->hash256, ZERO_KEY, 16)) in bredr_oob_data_present() 5547 memcpy(cp.hash256, data->hash256, sizeof(cp.hash256)); in hci_remote_oob_data_request_evt()
|
H A D | smp.c | 693 memcpy(smp->pcnf, oob_data->hash256, 16); in build_pairing_cmd()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | mgmt.h | 321 __u8 hash256[16]; member 336 __u8 hash256[16]; member
|
H A D | hci.h | 999 __u8 hash256[16]; member 1345 __u8 hash256[16]; member
|
H A D | hci_core.h | 233 u8 hash256[16]; member 1747 u8 *hash256, u8 *rand256);
|
/openbmc/intel-ipmi-oem/src/ |
H A D | firmware-update.cpp | 1651 uint8_t hash256[32]; in ipmiFwImageWriteData() member
|