Searched refs:a_lo_l (Results 1 – 1 of 1) sorted by relevance
159 uint32_t a_hi_h, a_hi_l, a_lo_h, a_lo_l; in ccmode_gcm_gf_mult_32() local169 a_lo_l = cc_load32_be(a + 12); in ccmode_gcm_gf_mult_32()175 uint32_t a_hiXlo_l = a_hi_l ^ a_lo_l; in ccmode_gcm_gf_mult_32()189 bmul32(a_lo_l, b_lo_l, &z0_b_h, &z0_b_l); in ccmode_gcm_gf_mult_32()190 bmul32(a_lo_h ^ a_lo_l, b_lo_h ^ b_lo_l, &t_hi, &t_lo); in ccmode_gcm_gf_mult_32()