Searched refs:MBEDTLS_MPI_MAX_SIZE (Results 1 – 21 of 21) sorted by relevance
65 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main()116 i = fread( buf, 1, MBEDTLS_MPI_MAX_SIZE, f ); in main()
62 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main()
67 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main()
77 #if !defined(MBEDTLS_MPI_MAX_SIZE)85 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro88 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
127 MBEDTLS_MPI_MAX_SIZE > MBEDTLS_PK_SIGNATURE_MAX_SIZE133 #define MBEDTLS_PK_SIGNATURE_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
579 unsigned char _pms_dhm[MBEDTLS_MPI_MAX_SIZE]; /* RFC 5246 8.1.2 */591 unsigned char _pms_dhe_psk[4 + 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()
151 ctx->len > MBEDTLS_MPI_MAX_SIZE ) in rsa_check_context()1335 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_rsa_rsaes_oaep_decrypt()1475 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()1968 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_rsa_rsassa_pss_verify_ext()
820 unsigned char sig[MBEDTLS_MPI_MAX_SIZE]; in rsa_alt_check_pair()
3670 MBEDTLS_MPI_MAX_SIZE, in ssl_write_client_key_exchange()
3777 MBEDTLS_MPI_MAX_SIZE, in ssl_parse_client_key_exchange()
1286 mbedtls_mpi_exp_mod_size:2:MBEDTLS_MPI_MAX_SIZE:10:10:"":01289 mbedtls_mpi_exp_mod_size:2:MBEDTLS_MPI_MAX_SIZE + 1:10:10:"":MBEDTLS_ERR_MPI_BAD_INPUT_DATA1292 mbedtls_mpi_exp_mod_size:2:2:MBEDTLS_MPI_MAX_SIZE:10:"":01295 mbedtls_mpi_exp_mod_size:2:2:MBEDTLS_MPI_MAX_SIZE + 1:10:"":MBEDTLS_ERR_MPI_BAD_INPUT_DATA1298 mbedtls_mpi_exp_mod_size:2:MBEDTLS_MPI_MAX_SIZE:MBEDTLS_MPI_MAX_SIZE:10:"":01301 mbedtls_mpi_exp_mod_size:2:MBEDTLS_MPI_MAX_SIZE + 1:MBEDTLS_MPI_MAX_SIZE + 1:10:"":MBEDTLS_ERR_MPI_…1655 mpi_fill_random:MBEDTLS_MPI_MAX_SIZE - 7:MBEDTLS_MPI_MAX_SIZE - 7:0:01658 mpi_fill_random:MBEDTLS_MPI_MAX_SIZE:MBEDTLS_MPI_MAX_SIZE:0:01712 mpi_fill_random:MBEDTLS_MPI_MAX_SIZE:MBEDTLS_MPI_MAX_SIZE-1:0:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED
107 dhm_make_public:MBEDTLS_MPI_MAX_SIZE:10:"5":0110 dhm_make_public:MBEDTLS_MPI_MAX_SIZE + 1:10:"5":MBEDTLS_ERR_DHM_MAKE_PUBLIC_FAILED+MBEDTLS_ERR_MPI_…
232 unsigned char output[MBEDTLS_MPI_MAX_SIZE];
331 depends_on:MBEDTLS_MPI_MAX_SIZE>=1024
63 #define MBEDTLS_MPI_MAX_SIZE 512 // 4096 bits is 512 bytes macro
84 #define MBEDTLS_MPI_MAX_SIZE 32 // 256-bit EC curve = 32 bytes macro
84 #define MBEDTLS_MPI_MAX_SIZE 48 // 384-bit EC curve = 48 bytes macro
713 mbedtls_pk_write_key_pem(). If MBEDTLS_MPI_MAX_SIZE is set to an odd823 MBEDTLS_MPI_MAX_SIZE to prevent a potential denial of service when