Home
last modified time | relevance | path

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

/mcuboot-latest/sim/mcuboot-sys/csupport/
Dconfig-rsa.h75 #define MBEDTLS_MPI_MAX_SIZE 384 macro
77 #define MBEDTLS_MPI_MAX_SIZE 256 macro
Dconfig-ed25519.h70 #define MBEDTLS_MPI_MAX_SIZE 64 macro
Dconfig-rsa-kw.h77 #define MBEDTLS_MPI_MAX_SIZE 256 macro
Dconfig-ec.h80 #define MBEDTLS_MPI_MAX_SIZE 32 macro
/mcuboot-latest/boot/zephyr/include/
Dconfig-rsa.h73 #define MBEDTLS_MPI_MAX_SIZE 384 macro
75 #define MBEDTLS_MPI_MAX_SIZE 256 macro
Dconfig-ed25519.h69 #define MBEDTLS_MPI_MAX_SIZE 64 macro
Dconfig-rsa-kw.h73 #define MBEDTLS_MPI_MAX_SIZE 256 macro
Dconfig-ec.h79 #define MBEDTLS_MPI_MAX_SIZE 32 macro
/mcuboot-latest/boot/bootutil/src/
Dimage_rsa.c125 uint8_t em[MBEDTLS_MPI_MAX_SIZE]; in bootutil_cmp_rsasig()
133 PSS_EMLEN > MBEDTLS_MPI_MAX_SIZE) { in bootutil_cmp_rsasig()
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Dbignum.h69 #if !defined(MBEDTLS_MPI_MAX_SIZE)
77 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
80 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
Dpk.h112 MBEDTLS_MPI_MAX_SIZE > MBEDTLS_PK_SIGNATURE_MAX_SIZE
118 #define MBEDTLS_PK_SIGNATURE_MAX_SIZE MBEDTLS_MPI_MAX_SIZE