Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dbignum.h63 #if !defined(MBEDTLS_MPI_MAX_SIZE)
71 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
74 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dbignum.h74 #if !defined(MBEDTLS_MPI_MAX_SIZE)
82 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
85 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
H A Dpk.h119 MBEDTLS_MPI_MAX_SIZE > MBEDTLS_PK_SIGNATURE_MAX_SIZE
125 #define MBEDTLS_PK_SIGNATURE_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
H A Dssl.h419 unsigned char _pms_dhm[MBEDTLS_MPI_MAX_SIZE]; /* RFC 5246 8.1.2 */
431 unsigned char _pms_dhe_psk[4 + MBEDTLS_MPI_MAX_SIZE
H A Dcompat-1.3.h328 #if defined MBEDTLS_MPI_MAX_SIZE
329 #define POLARSSL_MPI_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dbignum.h74 #if !defined(MBEDTLS_MPI_MAX_SIZE)
82 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
85 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
H A Dpk.h119 MBEDTLS_MPI_MAX_SIZE > MBEDTLS_PK_SIGNATURE_MAX_SIZE
125 #define MBEDTLS_PK_SIGNATURE_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
H A Dssl.h419 unsigned char _pms_dhm[MBEDTLS_MPI_MAX_SIZE]; /* RFC 5246 8.1.2 */
431 unsigned char _pms_dhe_psk[4 + MBEDTLS_MPI_MAX_SIZE
H A Dcompat-1.3.h328 #if defined MBEDTLS_MPI_MAX_SIZE
329 #define POLARSSL_MPI_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dbignum.h74 #if !defined(MBEDTLS_MPI_MAX_SIZE)
82 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
85 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
H A Dpk.h119 MBEDTLS_MPI_MAX_SIZE > MBEDTLS_PK_SIGNATURE_MAX_SIZE
125 #define MBEDTLS_PK_SIGNATURE_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
H A Dssl.h419 unsigned char _pms_dhm[MBEDTLS_MPI_MAX_SIZE]; /* RFC 5246 8.1.2 */
431 unsigned char _pms_dhe_psk[4 + MBEDTLS_MPI_MAX_SIZE
H A Dcompat-1.3.h328 #if defined MBEDTLS_MPI_MAX_SIZE
329 #define POLARSSL_MPI_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dbignum.h74 #if !defined(MBEDTLS_MPI_MAX_SIZE)
82 #define MBEDTLS_MPI_MAX_SIZE 1024 /**< Maximum number of bytes for… macro
85 #define MBEDTLS_MPI_MAX_BITS ( 8 * MBEDTLS_MPI_MAX_SIZE ) /**< Maxi…
H A Dpk.h119 MBEDTLS_MPI_MAX_SIZE > MBEDTLS_PK_SIGNATURE_MAX_SIZE
125 #define MBEDTLS_PK_SIGNATURE_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
H A Dssl.h419 unsigned char _pms_dhm[MBEDTLS_MPI_MAX_SIZE]; /* RFC 5246 8.1.2 */
431 unsigned char _pms_dhe_psk[4 + MBEDTLS_MPI_MAX_SIZE
H A Dcompat-1.3.h328 #if defined MBEDTLS_MPI_MAX_SIZE
329 #define POLARSSL_MPI_MAX_SIZE MBEDTLS_MPI_MAX_SIZE
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dbignum.c1878 unsigned char buf[MBEDTLS_MPI_MAX_SIZE]; in mbedtls_mpi_fill_random()
1880 if( size > MBEDTLS_MPI_MAX_SIZE ) in mbedtls_mpi_fill_random()