Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Decp_curves.c46 #define ECP_MPI_INIT(s, n, p) {s, (n), (mbedtls_mpi_uint *)(p)} macro
49 ECP_MPI_INIT(1, sizeof(x) / sizeof(mbedtls_mpi_uint), x)
Decp.c2939 #define ECP_MPI_INIT(s, n, p) {s, (n), (mbedtls_mpi_uint *)(p)} macro
2941 ECP_MPI_INIT(1, sizeof(x) / sizeof(mbedtls_mpi_uint), x)