Searched refs:MBEDTLS_MPI_MAX_SIZE (Results 1 – 11 of 11) sorted by relevance
80 #if !defined(MBEDTLS_MPI_MAX_SIZE)88 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro91 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
132 MBEDTLS_MPI_MAX_SIZE > MBEDTLS_PK_SIGNATURE_MAX_SIZE138 #define MBEDTLS_PK_SIGNATURE_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
500 unsigned char _pms_dhm[MBEDTLS_MPI_MAX_SIZE]; /* RFC 5246 8.1.2 */512 unsigned char _pms_dhe_psk[4 + MBEDTLS_MPI_MAX_SIZE
326 #if defined MBEDTLS_MPI_MAX_SIZE327 #define POLARSSL_MPI_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
490 #define RSA_PUB_DER_MAX_BYTES ( 38 + 2 * MBEDTLS_MPI_MAX_SIZE )507 #define MPI_MAX_SIZE_2 ( MBEDTLS_MPI_MAX_SIZE / 2 + \508 MBEDTLS_MPI_MAX_SIZE % 2 )509 #define RSA_PRV_DER_MAX_BYTES ( 47 + 3 * MBEDTLS_MPI_MAX_SIZE \
173 unsigned char buf[MBEDTLS_MPI_MAX_SIZE * 2 + 20]; /* tag, length + 2xMPI */ in mbedtls_x509write_crt_set_subject_key_identifier()201 unsigned char buf[MBEDTLS_MPI_MAX_SIZE * 2 + 20]; /* tag, length + 2xMPI */ in mbedtls_x509write_crt_set_authority_key_identifier()
153 ctx->len > MBEDTLS_MPI_MAX_SIZE ) in rsa_check_context()1354 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_rsa_rsaes_oaep_decrypt()1504 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()2032 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_rsa_rsassa_pss_verify_ext()
797 unsigned char sig[MBEDTLS_MPI_MAX_SIZE]; in rsa_alt_check_pair()
3922 MBEDTLS_MPI_MAX_SIZE, in ssl_write_client_key_exchange()
4238 MBEDTLS_MPI_MAX_SIZE, in ssl_parse_client_key_exchange()
484 mbedtls_pk_write_key_pem(). If MBEDTLS_MPI_MAX_SIZE is set to an odd594 MBEDTLS_MPI_MAX_SIZE to prevent a potential denial of service when
Completed in 52 milliseconds