Searched refs:z2_b_h (Results 1 – 1 of 1) sorted by relevance
165 uint32_t z2_a_h, z2_a_l, z2_b_h, z2_b_l; in ccmode_gcm_gf_mult_32() local198 bmul32(a_hi_l, b_hi_l, &z2_b_h, &z2_b_l); in ccmode_gcm_gf_mult_32()200 t_hi ^= z2_a_h ^ z2_b_h; in ccmode_gcm_gf_mult_32()203 z2_b_h ^= t_lo; in ccmode_gcm_gf_mult_32()217 z1_b_h ^= z0_b_h ^ z2_b_h; in ccmode_gcm_gf_mult_32()220 z_hi_l = (((uint64_t)z2_b_h << 32) | z2_b_l) ^ (((uint64_t)z1_a_h << 32) | z1_a_l); in ccmode_gcm_gf_mult_32()