Home
last modified time | relevance | path

Searched refs:MBEDTLS_MPI_MAX_LIMBS (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dbignum.h50 #define MBEDTLS_MPI_MAX_LIMBS 10000 macro
235 #if MBEDTLS_MPI_MAX_LIMBS > 65535
/openthread-latest/third_party/mbedtls/repo/library/
Dbignum_mod.c102 if (A == NULL || limbs == 0 || limbs >= (MBEDTLS_MPI_MAX_LIMBS / 2) - 2) { in set_mont_const_square()
Dbignum.c212 if (nblimbs > MBEDTLS_MPI_MAX_LIMBS) { in mbedtls_mpi_grow()
244 if (nblimbs > MBEDTLS_MPI_MAX_LIMBS) { in mbedtls_mpi_shrink()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_asn1parse.function504 MBEDTLS_MPI_MAX_LIMBS * sizeof(mbedtls_mpi_uint) + 1;