Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/programs/pkey/
Drsa_verify_pss.c66 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main()
114 i = fread( buf, 1, MBEDTLS_MPI_MAX_SIZE, f ); in main()
Dpk_verify.c62 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main()
Drsa_verify.c61 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main()
Dpk_sign.c67 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main()
Drsa_sign_pss.c68 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main()
Drsa_sign.c62 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in main()
/net-tools-2.7.6/mbedtls-2.4.0/library/
Dpkwrite.c312 #define RSA_PUB_DER_MAX_BYTES 38 + 2 * MBEDTLS_MPI_MAX_SIZE
329 #define MPI_MAX_SIZE_2 MBEDTLS_MPI_MAX_SIZE / 2 + \
330 MBEDTLS_MPI_MAX_SIZE % 2
331 #define RSA_PRV_DER_MAX_BYTES 47 + 3 * MBEDTLS_MPI_MAX_SIZE \
Dx509write_crt.c173 unsigned char buf[MBEDTLS_MPI_MAX_SIZE * 2 + 20]; /* tag, length + 2xMPI */ in mbedtls_x509write_crt_set_subject_key_identifier()
195 unsigned char buf[MBEDTLS_MPI_MAX_SIZE * 2 + 20]; /* tag, length + 2xMPI */ in mbedtls_x509write_crt_set_authority_key_identifier()
304 unsigned char sig[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_x509write_crt_der()
Dx509write_csr.c138 unsigned char sig[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_x509write_csr_der()
Drsa.c692 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_rsa_rsaes_oaep_decrypt()
814 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()
1198 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_rsa_rsassa_pss_verify_ext()
1344 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_rsa_rsassa_pkcs1_v15_verify()
Dpk_wrap.c431 unsigned char sig[MBEDTLS_MPI_MAX_SIZE]; in rsa_alt_check_pair()
Dbignum.c1871 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_mpi_fill_random()
1873 if( size > MBEDTLS_MPI_MAX_SIZE ) in mbedtls_mpi_fill_random()
Dssl_cli.c2802 MBEDTLS_MPI_MAX_SIZE,
Dssl_srv.c3357 MBEDTLS_MPI_MAX_SIZE,
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/
Dbignum.h68 #if !defined(MBEDTLS_MPI_MAX_SIZE)
76 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
79 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
Dssl.h356 unsigned char _pms_dhm[MBEDTLS_MPI_MAX_SIZE]; /* RFC 5246 8.1.2 */
368 unsigned char _pms_dhe_psk[4 + MBEDTLS_MPI_MAX_SIZE
Dcompat-1.3.h327 #if defined MBEDTLS_MPI_MAX_SIZE
328 #define POLARSSL_MPI_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
/net-tools-2.7.6/mbedtls-2.4.0/configs/
Dconfig-thread.h84 #define MBEDTLS_MPI_MAX_SIZE 32 // 256 bits is 32 bytes macro
Dconfig-suite-b.h83 #define MBEDTLS_MPI_MAX_SIZE 48 // 384 bits is 48 bytes macro
/net-tools-2.7.6/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt760 POLARSSL_MPI_MAX_SIZE MBEDTLS_MPI_MAX_SIZE