Lines Matching refs:hash192
5713 memcpy(mgmt_rp.hash192, rp->hash, sizeof(rp->hash)); in read_local_oob_data_complete()
5727 memcpy(mgmt_rp.hash192, rp->hash192, sizeof(rp->hash192)); in read_local_oob_data_complete()
5842 u8 *rand192, *hash192, *rand256, *hash256; in add_remote_oob_data() local
5850 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
5859 hash192 = NULL; in add_remote_oob_data()
5865 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
5867 hash192 = NULL; in add_remote_oob_data()
5870 hash192 = cp->hash192; in add_remote_oob_data()
5887 cp->addr.type, hash192, rand192, in add_remote_oob_data()
8239 h192 = rp->hash192; in read_local_oob_ext_data_complete()