Searched refs:gx (Results 1 – 3 of 3) sorted by relevance
/mbedtls-3.7.0/library/ |
D | ecp_curves.c | 4518 const mbedtls_mpi_uint *gx, size_t gxlen, in ecp_group_load() argument 4530 ecp_mpi_load(&grp->G.X, gx, gxlen); in ecp_group_load()
|
D | ecp_curves_new.c | 4528 const mbedtls_mpi_uint *gx, size_t gxlen, in ecp_group_load() argument 4540 ecp_mpi_load(&grp->G.X, gx, gxlen); in ecp_group_load()
|
/mbedtls-3.7.0/3rdparty/p256-m/p256-m/ |
D | README.md | 479 gx, gy (coordinates of the base point) are hard-coded. For another curve,
|