Home
last modified time | relevance | path

Searched refs:mpi_one (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Decp_curves.c34 ECP_MPI_INIT_ARRAY(x), ECP_MPI_INIT_ARRAY(y), ECP_MPI_INIT(mpi_one, 1) }
49 static const mbedtls_mpi_uint mpi_one[] = { 1 }; variable
4508 X->p = (mbedtls_mpi_uint *) mpi_one; /* X->p will not be modified so the cast is safe */ in ecp_mpi_set1()
Decp_curves_new.c39 ECP_MPI_INIT_ARRAY(x), ECP_MPI_INIT_ARRAY(y), ECP_MPI_INIT(mpi_one, 1) }
54 static mbedtls_mpi_uint mpi_one[] = { 1 }; variable
4518 X->p = mpi_one; in ecp_mpi_set1()