Searched refs:fsqr2 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/x86/crypto/ |
D | curve25519-x86_64.c | 781 static inline void fsqr2(u64 *out, const u64 *f, u64 *tmp) in fsqr2() function 1015 fsqr2(dc1, ab1, tmp2); in point_add_and_double() 1016 fsqr2(nq_p1, nq_p1, tmp2); in point_add_and_double() 1040 fsqr2(dc, ab, tmp2); in point_double() 1577 fsqr2(ab, ab, efgh); in curve25519_ever64_base()
|