Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/corecrypto/
H A Dccmode_gcm_gf_mult.c159 uint32_t a_hi_h, a_hi_l, a_lo_h, a_lo_l; in ccmode_gcm_gf_mult_32() local
171 a_hi_l = cc_load32_be(a + 4); in ccmode_gcm_gf_mult_32()
175 uint32_t a_hiXlo_l = a_hi_l ^ a_lo_l; in ccmode_gcm_gf_mult_32()
198 bmul32(a_hi_l, b_hi_l, &z2_b_h, &z2_b_l); 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()