Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/corecrypto/
H A Dccmode_gcm_gf_mult.c125 uint64_t z, z0, z1, z2, z3; in bmul32() local
144 z3 = ((uint64_t)x0 * y3) ^ ((uint64_t)x1 * y2) ^ ((uint64_t)x2 * y1) ^ ((uint64_t)x3 * y0); in bmul32()
149 z3 &= ((uint64_t)m8 << 32) | m8; in bmul32()
150 z = z0 | z1 | z2 | z3; in bmul32()