Home
last modified time | relevance | path

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

/xnu-11215.1.10/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()
192 t_lo ^= z0_a_l ^ z0_b_l; in ccmode_gcm_gf_mult_32()
194 z0_b_h ^= t_lo; 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()
201 t_lo ^= z2_a_l ^ z2_b_l; in ccmode_gcm_gf_mult_32()
203 z2_b_h ^= t_lo; 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()
210 t_lo ^= z1_a_l ^ z1_b_l; in ccmode_gcm_gf_mult_32()
212 z1_b_h ^= t_lo; in ccmode_gcm_gf_mult_32()