Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Decp.h202 #if !defined(MBEDTLS_ECP_WINDOW_SIZE)
223 #define MBEDTLS_ECP_WINDOW_SIZE 6 /**< Maximum window size used */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Decp.h227 #if !defined(MBEDTLS_ECP_WINDOW_SIZE)
247 #define MBEDTLS_ECP_WINDOW_SIZE 6 /**< The maximum window size used. */ macro
H A Dcompat-1.3.h202 #if defined MBEDTLS_ECP_WINDOW_SIZE
203 #define POLARSSL_ECP_WINDOW_SIZE MBEDTLS_ECP_WINDOW_SIZE
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Decp.h227 #if !defined(MBEDTLS_ECP_WINDOW_SIZE)
247 #define MBEDTLS_ECP_WINDOW_SIZE 6 /**< The maximum window size used. */ macro
H A Dcompat-1.3.h202 #if defined MBEDTLS_ECP_WINDOW_SIZE
203 #define POLARSSL_ECP_WINDOW_SIZE MBEDTLS_ECP_WINDOW_SIZE
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Decp.h227 #if !defined(MBEDTLS_ECP_WINDOW_SIZE)
247 #define MBEDTLS_ECP_WINDOW_SIZE 6 /**< The maximum window size used. */ macro
H A Dcompat-1.3.h202 #if defined MBEDTLS_ECP_WINDOW_SIZE
203 #define POLARSSL_ECP_WINDOW_SIZE MBEDTLS_ECP_WINDOW_SIZE
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Decp.h227 #if !defined(MBEDTLS_ECP_WINDOW_SIZE)
247 #define MBEDTLS_ECP_WINDOW_SIZE 6 /**< The maximum window size used. */ macro
H A Dcompat-1.3.h202 #if defined MBEDTLS_ECP_WINDOW_SIZE
203 #define POLARSSL_ECP_WINDOW_SIZE MBEDTLS_ECP_WINDOW_SIZE
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Decp.c1122 #if MBEDTLS_ECP_WINDOW_SIZE < 2 || MBEDTLS_ECP_WINDOW_SIZE > 7
1130 #define COMB_MAX_PRE ( 1 << ( MBEDTLS_ECP_WINDOW_SIZE - 1 ) )
1354 if( w > MBEDTLS_ECP_WINDOW_SIZE ) in ecp_mul_comb()
1355 w = MBEDTLS_ECP_WINDOW_SIZE; in ecp_mul_comb()