Home
last modified time | relevance | path

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