Home
last modified time | relevance | path

Searched refs:MBEDTLS_MPI_MAX_LIMBS (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dbignum.h48 #define MBEDTLS_MPI_MAX_LIMBS 20000 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dbignum.h59 #define MBEDTLS_MPI_MAX_LIMBS 10000 macro
H A Dcompat-1.3.h1290 #define POLARSSL_MPI_MAX_LIMBS MBEDTLS_MPI_MAX_LIMBS
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dbignum.h59 #define MBEDTLS_MPI_MAX_LIMBS 10000 macro
H A Dcompat-1.3.h1290 #define POLARSSL_MPI_MAX_LIMBS MBEDTLS_MPI_MAX_LIMBS
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dbignum.h59 #define MBEDTLS_MPI_MAX_LIMBS 10000 macro
H A Dcompat-1.3.h1290 #define POLARSSL_MPI_MAX_LIMBS MBEDTLS_MPI_MAX_LIMBS
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dbignum.h59 #define MBEDTLS_MPI_MAX_LIMBS 10000 macro
H A Dcompat-1.3.h1290 #define POLARSSL_MPI_MAX_LIMBS MBEDTLS_MPI_MAX_LIMBS
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dbignum.c118 if( nblimbs > MBEDTLS_MPI_MAX_LIMBS ) in mbedtls_mpi_grow()