Home
last modified time | relevance | path

Searched refs:t_hi (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/osfmk/corecrypto/
H A Dccmode_gcm_gf_mult.c167 uint32_t t_hi, t_lo; in ccmode_gcm_gf_mult_32() local
190 bmul32(a_lo_h ^ a_lo_l, b_lo_h ^ b_lo_l, &t_hi, &t_lo); in ccmode_gcm_gf_mult_32()
191 t_hi ^= z0_a_h ^ z0_b_h; in ccmode_gcm_gf_mult_32()
193 z0_a_l ^= t_hi; in ccmode_gcm_gf_mult_32()
199 bmul32(a_hi_h ^ a_hi_l, b_hi_h ^ b_hi_l, &t_hi, &t_lo); in ccmode_gcm_gf_mult_32()
200 t_hi ^= z2_a_h ^ z2_b_h; in ccmode_gcm_gf_mult_32()
202 z2_a_l ^= t_hi; in ccmode_gcm_gf_mult_32()
208 bmul32(a_hiXlo_h ^ a_hiXlo_l, b_hiXlo_h ^ b_hiXlo_l, &t_hi, &t_lo); in ccmode_gcm_gf_mult_32()
209 t_hi ^= z1_a_h ^ z1_b_h; in ccmode_gcm_gf_mult_32()
211 z1_a_l ^= t_hi; in ccmode_gcm_gf_mult_32()