Searched refs:mul64x64_128 (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_vec.c46 static inline uint128_t mul64x64_128(uint64_t a, uint64_t b) { function
164 d[0] = add128(mul64x64_128(r20, r20), mul64x64_128(r21 * 2, s22));
165 d[1] = add128(mul64x64_128(r22, s22), mul64x64_128(r20 * 2, r21));
166 d[2] = add128(mul64x64_128(r21, r21), mul64x64_128(r22 * 2, r20));
756 d[0] = add128(add128(mul64x64_128(h0, r0), mul64x64_128(h1, s2)),
757 mul64x64_128(h
[all...]

Completed in 226 milliseconds