Searched refs:z1_b_h (Results 1 – 1 of 1) sorted by relevance
164 uint32_t z1_a_h, z1_a_l, z1_b_h, z1_b_l; in ccmode_gcm_gf_mult_32() local207 bmul32(a_hiXlo_l, b_hiXlo_l, &z1_b_h, &z1_b_l); in ccmode_gcm_gf_mult_32()209 t_hi ^= z1_a_h ^ z1_b_h; in ccmode_gcm_gf_mult_32()212 z1_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()221 z_lo_h = (((uint64_t)z0_a_h << 32) | z0_a_l) ^ (((uint64_t)z1_b_h << 32) | z1_b_l); in ccmode_gcm_gf_mult_32()