Searched refs:point_double (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/crypto/x86/ |
| H A D | curve25519.h | 1023 static void point_double(u64 *nq, u64 *tmp1, u64 *tmp2) in point_double() function 1101 point_double(nq1, tmp1, tmp2); in montgomery_ladder() 1102 point_double(nq1, tmp1, tmp2); in montgomery_ladder() 1103 point_double(nq1, tmp1, tmp2); in montgomery_ladder() 1579 point_double(xz1, abcd, efgh); in curve25519_ever64_base() 1580 point_double(xz1, abcd, efgh); in curve25519_ever64_base() 1581 point_double(xz1, abcd, efgh); in curve25519_ever64_base()
|