Searched refs:mpi_ec_get_affine (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/crypto/ | 
| D | sm2.c | 256 	if (!mpi_ec_get_affine(x, y, point, ec) &&  in sm2_z_digest_update_point() 330 	if (mpi_ec_get_affine(x1, y1, &sG, ec))  in _sm2_verify()
  | 
| /Linux-v5.10/include/linux/ | 
| D | mpi.h | 256 int mpi_ec_get_affine(MPI x, MPI y, MPI_POINT point, struct mpi_ec_ctx *ctx);
  | 
| /Linux-v5.10/lib/mpi/ | 
| D | ec.c | 678 int mpi_ec_get_affine(MPI x, MPI y, MPI_POINT point, struct mpi_ec_ctx *ctx)  in mpi_ec_get_affine()  function 750 EXPORT_SYMBOL_GPL(mpi_ec_get_affine); 1425 			if (mpi_ec_get_affine(x, y, point, ctx))  in mpi_ec_curve_point() 1449 			if (mpi_ec_get_affine(x, NULL, point, ctx))  in mpi_ec_curve_point() 1479 			if (mpi_ec_get_affine(x, y, point, ctx))  in mpi_ec_curve_point()
  |