Searched refs:MBEDTLS_MPI_MAX_SIZE (Results 1 – 6 of 6) sorted by relevance
65 #define MBEDTLS_MPI_MAX_SIZE 384 macro67 #define MBEDTLS_MPI_MAX_SIZE 256 macro
65 #if !defined(MBEDTLS_MPI_MAX_SIZE)73 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro76 #define MBEDTLS_MPI_MAX_BITS (8 * MBEDTLS_MPI_MAX_SIZE) /**< Maxi…
125 MBEDTLS_MPI_MAX_SIZE > MBEDTLS_PK_SIGNATURE_MAX_SIZE131 #define MBEDTLS_PK_SIGNATURE_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
661 unsigned char _pms_dhm[MBEDTLS_MPI_MAX_SIZE]; /* RFC 5246 8.1.2 */673 unsigned char _pms_dhe_psk[4 + MBEDTLS_MPI_MAX_SIZE
683 ctx->MBEDTLS_PRIVATE(len) > MBEDTLS_MPI_MAX_SIZE ) in rsa_check_context()1647 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_rsa_rsaes_oaep_decrypt()1875 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()2422 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_rsa_rsassa_pss_verify_ext()
548 ctx->MBEDTLS_PRIVATE(len) > MBEDTLS_MPI_MAX_SIZE ) in rsa_check_context_alt()2049 if( ctx->MBEDTLS_PRIVATE(len) < 16 || ctx->MBEDTLS_PRIVATE(len) > MBEDTLS_MPI_MAX_SIZE ) in mbedtls_rsa_rsaes_oaep_decrypt()2171 if( ctx->MBEDTLS_PRIVATE(len) < 16 || ctx->MBEDTLS_PRIVATE(len) > MBEDTLS_MPI_MAX_SIZE ) in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()