Searched refs:fsqr2 (Results 1 – 1 of 1) sorted by relevance
/arch/x86/crypto/ |
D | curve25519-x86_64.c | 606 static inline void fsqr2(u64 *out, const u64 *f, u64 *tmp) in fsqr2() function 804 fsqr2(dc1, ab1, tmp2); in point_add_and_double() 805 fsqr2(nq_p1, nq_p1, tmp2); in point_add_and_double() 829 fsqr2(dc, ab, tmp2); in point_double() 1366 fsqr2(ab, ab, efgh); in curve25519_ever64_base()
|