Lines Matching refs:G
4550 ecp_mpi_load(&grp->G.X, gx, gxlen); in ecp_group_load()
4551 ecp_mpi_load(&grp->G.Y, gy, gylen); in ecp_group_load()
4552 ecp_mpi_set1(&grp->G.Z); in ecp_group_load()
4618 #define LOAD_GROUP_A(G) ecp_group_load(grp, \ argument
4619 G ## _p, sizeof(G ## _p), \
4620 G ## _a, sizeof(G ## _a), \
4621 G ## _b, sizeof(G ## _b), \
4622 G ## _gx, sizeof(G ## _gx), \
4623 G ## _gy, sizeof(G ## _gy), \
4624 G ## _n, sizeof(G ## _n), \
4625 G ## _T \
4628 #define LOAD_GROUP(G) ecp_group_load(grp, \ argument
4629 G ## _p, sizeof(G ## _p), \
4631 G ## _b, sizeof(G ## _b), \
4632 G ## _gx, sizeof(G ## _gx), \
4633 G ## _gy, sizeof(G ## _gy), \
4634 G ## _n, sizeof(G ## _n), \
4635 G ## _T \
4677 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&grp->G.X, 9)); in ecp_use_curve25519()
4678 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&grp->G.Z, 1)); in ecp_use_curve25519()
4679 mbedtls_mpi_free(&grp->G.Y); in ecp_use_curve25519()
4736 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&grp->G.X, 5)); in ecp_use_curve448()
4737 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&grp->G.Z, 1)); in ecp_use_curve448()
4738 mbedtls_mpi_free(&grp->G.Y); in ecp_use_curve448()