Searched refs:fsqr2 (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/crypto/x86/ |
| H A D | curve25519.h | 776 static inline void fsqr2(u64 *out, const u64 *f, u64 *tmp) in fsqr2() function 1010 fsqr2(dc1, ab1, tmp2); in point_add_and_double() 1011 fsqr2(nq_p1, nq_p1, tmp2); in point_add_and_double() 1035 fsqr2(dc, ab, tmp2); in point_double() 1572 fsqr2(ab, ab, efgh); in curve25519_ever64_base()
|