Searched refs:fmul2 (Results 1 – 1 of 1) sorted by relevance
/arch/x86/crypto/ |
D | curve25519-x86_64.c | 243 static inline void fmul2(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp) in fmul2() function 795 fmul2(dc, dc, ab, tmp2); in point_add_and_double() 813 fmul2(nq, dc1, ab1, tmp2); in point_add_and_double() 837 fmul2(nq, dc, ab, tmp2); in point_double() 1367 fmul2(xz1, xz2, ab, efgh); in curve25519_ever64_base()
|