Searched refs:point_swap_cond (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/crypto/mpi/ |
H A D | ec.c | 103 static void point_swap_cond(MPI_POINT d, MPI_POINT s, unsigned long swap, in point_swap_cond() function 1291 point_swap_cond(q1, q2, sw, ctx); in mpi_ec_mul_point() 1293 point_swap_cond(prd, sum, sw, ctx); in mpi_ec_mul_point() 1300 point_swap_cond(&p1, &p1_, sw, ctx); in mpi_ec_mul_point()
|