Home
last modified time | relevance | path

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

/xnu-12377.1.9/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
172 a_hi_h = cc_load32_be(a); in ccmode_gcm_gf_mult_32()
174 uint32_t a_hiXlo_h = a_hi_h ^ a_lo_h; in ccmode_gcm_gf_mult_32()
197 bmul32(a_hi_h, b_hi_h, &z2_a_h, &z2_a_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()