Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/corecrypto/
H A Dccmode_gcm_gf_mult.c160 uint32_t b_hi_h, b_hi_l, b_lo_h, b_lo_l; in ccmode_gcm_gf_mult_32() local
177 b_lo_l = cc_load32_be(b + 12); in ccmode_gcm_gf_mult_32()
183 uint32_t b_hiXlo_l = b_hi_l ^ b_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()