Lines Matching refs:hash256
5716 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() local
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, rand256); in add_remote_oob_data()
8243 h256 = rp->hash256; in read_local_oob_ext_data_complete()