Home
last modified time | relevance | path

Searched refs:mpi_ec_get_affine (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dsm2.c251 if (!mpi_ec_get_affine(x, y, point, ec) && in sm2_z_digest_update_point()
325 if (mpi_ec_get_affine(x1, y1, &sG, ec)) in _sm2_verify()
/kernel/linux/linux-6.6/crypto/
H A Dsm2.c259 ret = mpi_ec_get_affine(x, y, point, ec) ? -EINVAL : in sm2_z_digest_update_point()
355 if (mpi_ec_get_affine(x1, y1, &sG, ec)) in _sm2_verify()
/kernel/linux/linux-5.10/lib/mpi/
H A Dec.c681 int mpi_ec_get_affine(MPI x, MPI y, MPI_POINT point, struct mpi_ec_ctx *ctx) in mpi_ec_get_affine() function
718 "mpi_ec_get_affine", "Montgomery"); in mpi_ec_get_affine()
753 EXPORT_SYMBOL_GPL(mpi_ec_get_affine); variable
1428 if (mpi_ec_get_affine(x, y, point, ctx)) in mpi_ec_curve_point()
1452 if (mpi_ec_get_affine(x, NULL, point, ctx)) in mpi_ec_curve_point()
1482 if (mpi_ec_get_affine(x, y, point, ctx)) in mpi_ec_curve_point()
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A Dec.c681 int mpi_ec_get_affine(MPI x, MPI y, MPI_POINT point, struct mpi_ec_ctx *ctx) in mpi_ec_get_affine() function
718 "mpi_ec_get_affine", "Montgomery"); in mpi_ec_get_affine()
753 EXPORT_SYMBOL_GPL(mpi_ec_get_affine); variable
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()
/kernel/linux/linux-5.10/include/linux/
H A Dmpi.h256 int mpi_ec_get_affine(MPI x, MPI y, MPI_POINT point, struct mpi_ec_ctx *ctx);
/kernel/linux/linux-6.6/include/linux/
H A Dmpi.h256 int mpi_ec_get_affine(MPI x, MPI y, MPI_POINT point, struct mpi_ec_ctx *ctx);

Completed in 7 milliseconds