Home
last modified time | relevance | path

Searched refs:MBEDTLS_MPI_MAX_SIZE (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/bl2/ext/mcuboot/config/
Dmcuboot-mbedtls-cfg.h65 #define MBEDTLS_MPI_MAX_SIZE 384 macro
67 #define MBEDTLS_MPI_MAX_SIZE 256 macro
/trusted-firmware-m-latest/interface/include/mbedtls/
Dbignum.h65 #if !defined(MBEDTLS_MPI_MAX_SIZE)
73 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
76 #define MBEDTLS_MPI_MAX_BITS (8 * MBEDTLS_MPI_MAX_SIZE) /**< Maxi…
Dpk.h125 MBEDTLS_MPI_MAX_SIZE > MBEDTLS_PK_SIGNATURE_MAX_SIZE
131 #define MBEDTLS_PK_SIGNATURE_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
Dssl.h661 unsigned char _pms_dhm[MBEDTLS_MPI_MAX_SIZE]; /* RFC 5246 8.1.2 */
673 unsigned char _pms_dhe_psk[4 + MBEDTLS_MPI_MAX_SIZE
/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Drsa_alt.c683 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()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Drsa_alt.c548 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()