Home
last modified time | relevance | path

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

/third_party/mbedtls/configs/
Dconfig_rsa_aes_cbc.h63 #define MBEDTLS_MPI_MAX_SIZE 512 // 4096 bits is 512 bytes macro
Dconfig-thread.h84 #define MBEDTLS_MPI_MAX_SIZE 32 // 256-bit EC curve = 32 bytes macro
Dconfig-suite-b.h84 #define MBEDTLS_MPI_MAX_SIZE 48 // 384-bit EC curve = 48 bytes macro
/third_party/mbedtls/include/mbedtls/
Dbignum.h85 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro