Searched refs:fmul2 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/x86/crypto/ |
D | curve25519-x86_64.c | 294 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()
|