Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dcurve25519-x86_64.c294 static inline void fmul2(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp) in fmul2() function
1006 fmul2(dc, dc, ab, tmp2); in point_add_and_double()
1024 fmul2(nq, dc1, ab1, tmp2); in point_add_and_double()
1048 fmul2(nq, dc, ab, tmp2); in point_double()
1578 fmul2(xz1, xz2, ab, efgh); in curve25519_ever64_base()