Searched refs:MBEDTLS_MPI_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance
94 #define MBEDTLS_MPI_MAX_SIZE 256 macro96 #define MBEDTLS_MPI_MAX_SIZE 512 macro99 #define MBEDTLS_MPI_MAX_SIZE 256 macro
171 #define RSA_PUB_DER_MAX_BYTES (38 + 2 * MBEDTLS_MPI_MAX_SIZE)
279 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in create_rsa_signature()