Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dbignum.h80 #if !defined(MBEDTLS_MPI_MAX_SIZE)
88 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
91 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
A Dpk.h132 MBEDTLS_MPI_MAX_SIZE > MBEDTLS_PK_SIGNATURE_MAX_SIZE
138 #define MBEDTLS_PK_SIGNATURE_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
A Dssl.h500 unsigned char _pms_dhm[MBEDTLS_MPI_MAX_SIZE]; /* RFC 5246 8.1.2 */
512 unsigned char _pms_dhe_psk[4 + MBEDTLS_MPI_MAX_SIZE
A Dcompat-1.3.h326 #if defined MBEDTLS_MPI_MAX_SIZE
327 #define POLARSSL_MPI_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dpkwrite.c490 #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 \
A Dx509write_crt.c173 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()
A Drsa.c153 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()
A Dpk_wrap.c797 unsigned char sig[MBEDTLS_MPI_MAX_SIZE]; in rsa_alt_check_pair()
A Dssl_cli.c3922 MBEDTLS_MPI_MAX_SIZE, in ssl_write_client_key_exchange()
A Dssl_srv.c4238 MBEDTLS_MPI_MAX_SIZE, in ssl_parse_client_key_exchange()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog484 mbedtls_pk_write_key_pem(). If MBEDTLS_MPI_MAX_SIZE is set to an odd
594 MBEDTLS_MPI_MAX_SIZE to prevent a potential denial of service when

Completed in 52 milliseconds