Searched refs:gy (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ecp_curves.c | 4519 const mbedtls_mpi_uint *gy, size_t gylen, in ecp_group_load() argument 4531 ecp_mpi_load(&grp->G.Y, gy, gylen); in ecp_group_load()
|
D | ecp_curves_new.c | 4529 const mbedtls_mpi_uint *gy, size_t gylen, in ecp_group_load() argument 4541 ecp_mpi_load(&grp->G.Y, gy, gylen); in ecp_group_load()
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | README.md | 479 gx, gy (coordinates of the base point) are hard-coded. For another curve,
|