Home
last modified time | relevance | path

Searched refs:z2 (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
143 z2 = ((uint64_t)x0 * y2) ^ ((uint64_t)x1 * y1) ^ ((uint64_t)x2 * y0) ^ ((uint64_t)x3 * y3); in bmul32()
148 z2 &= ((uint64_t)m4 << 32) | m4; in bmul32()
150 z = z0 | z1 | z2 | z3; in bmul32()