Searched refs:montgomery_ladder (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | curve25519-x86_64.c | 1051 static void montgomery_ladder(u64 *out, const u8 *key, u64 *init1) in montgomery_ladder() function 1252 montgomery_ladder(init1, priv, init1); in curve25519_ever64()
|
/kernel/linux/linux-5.10/lib/mpi/ |
H A D | ec.c | 1166 static void montgomery_ladder(MPI_POINT prd, MPI_POINT sum, in montgomery_ladder() function 1293 montgomery_ladder(prd, sum, q1, q2, point->x, ctx); in mpi_ec_mul_point()
|
/kernel/linux/linux-6.6/lib/crypto/mpi/ |
H A D | ec.c | 1166 static void montgomery_ladder(MPI_POINT prd, MPI_POINT sum, in montgomery_ladder() function 1292 montgomery_ladder(prd, sum, q1, q2, point->x, ctx); in mpi_ec_mul_point()
|
Completed in 14 milliseconds