Home
last modified time | relevance | path

Searched refs:yy (Results 1 – 1 of 1) sorted by relevance

/lib/mpi/
Dec.c1217 MPI x1, y1, z1, k, h, yy; in mpi_ec_mul_point() local
1326 yy = mpi_copy(point->y); in mpi_ec_mul_point()
1330 ec_invm(yy, yy, ctx); in mpi_ec_mul_point()
1335 mpi_set(y1, yy); in mpi_ec_mul_point()
1346 ec_mulm(y1, yy, z3, ctx); in mpi_ec_mul_point()
1365 mpi_set(result->y, yy); in mpi_ec_mul_point()
1368 mpi_free(yy); yy = NULL; in mpi_ec_mul_point()