Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Decp.h226 #if !defined(MBEDTLS_ECP_FIXED_POINT_OPTIM)
238 #define MBEDTLS_ECP_FIXED_POINT_OPTIM 1 /**< Enable fixed-point speed-up */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Decp.h250 #if !defined(MBEDTLS_ECP_FIXED_POINT_OPTIM)
262 #define MBEDTLS_ECP_FIXED_POINT_OPTIM 1 /**< Enable fixed-point speed-up. */ macro
H A Dcompat-1.3.h193 #if defined MBEDTLS_ECP_FIXED_POINT_OPTIM
194 #define POLARSSL_ECP_FIXED_POINT_OPTIM MBEDTLS_ECP_FIXED_POINT_OPTIM
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Decp.h250 #if !defined(MBEDTLS_ECP_FIXED_POINT_OPTIM)
262 #define MBEDTLS_ECP_FIXED_POINT_OPTIM 1 /**< Enable fixed-point speed-up. */ macro
H A Dcompat-1.3.h193 #if defined MBEDTLS_ECP_FIXED_POINT_OPTIM
194 #define POLARSSL_ECP_FIXED_POINT_OPTIM MBEDTLS_ECP_FIXED_POINT_OPTIM
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Decp.h250 #if !defined(MBEDTLS_ECP_FIXED_POINT_OPTIM)
262 #define MBEDTLS_ECP_FIXED_POINT_OPTIM 1 /**< Enable fixed-point speed-up. */ macro
H A Dcompat-1.3.h193 #if defined MBEDTLS_ECP_FIXED_POINT_OPTIM
194 #define POLARSSL_ECP_FIXED_POINT_OPTIM MBEDTLS_ECP_FIXED_POINT_OPTIM
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Decp.h250 #if !defined(MBEDTLS_ECP_FIXED_POINT_OPTIM)
262 #define MBEDTLS_ECP_FIXED_POINT_OPTIM 1 /**< Enable fixed-point speed-up. */ macro
H A Dcompat-1.3.h193 #if defined MBEDTLS_ECP_FIXED_POINT_OPTIM
194 #define POLARSSL_ECP_FIXED_POINT_OPTIM MBEDTLS_ECP_FIXED_POINT_OPTIM
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Decp.c1341 #if MBEDTLS_ECP_FIXED_POINT_OPTIM == 1 in ecp_mul_comb()