Searched refs:montgomery_ladder (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | curve25519-x86_64.c | 840 static void montgomery_ladder(u64 *out, const u8 *key, u64 *init1) in montgomery_ladder() function 1041 montgomery_ladder(init1, priv, init1); in curve25519_ever64()
|
| /OK3568_Linux_fs/kernel/lib/mpi/ |
| H A D | ec.c | 1163 static void montgomery_ladder(MPI_POINT prd, MPI_POINT sum, in montgomery_ladder() function 1290 montgomery_ladder(prd, sum, q1, q2, point->x, ctx); in mpi_ec_mul_point()
|