Home
last modified time | relevance | path

Searched defs:MBEDTLS_MPI_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/configs/
Dconfig-thread.h68 #define MBEDTLS_MPI_MAX_SIZE 32 // 256-bit EC curve = 32 bytes macro
Dconfig-suite-b.h68 #define MBEDTLS_MPI_MAX_SIZE 48 // 384-bit EC curve = 48 bytes macro
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dbignum.h73 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
/openthread-latest/third_party/mbedtls/
Dmbedtls-config.h130 #define MBEDTLS_MPI_MAX_SIZE 32 /**< Maximum number of bytes for usable MPIs. */ macro