Searched refs:bmul32 (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/osfmk/corecrypto/ |
| H A D | ccmode_gcm_gf_mult.c | 121 bmul32(uint32_t x, uint32_t y, uint32_t *r_hi, uint32_t *r_lo) in bmul32() function 188 bmul32(a_lo_h, b_lo_h, &z0_a_h, &z0_a_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() 197 bmul32(a_hi_h, b_hi_h, &z2_a_h, &z2_a_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() 206 bmul32(a_hiXlo_h, b_hiXlo_h, &z1_a_h, &z1_a_l); in ccmode_gcm_gf_mult_32() 207 bmul32(a_hiXlo_l, b_hiXlo_l, &z1_b_h, &z1_b_l); 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()
|