Home
last modified time | relevance | path

Searched refs:nx_crypto_ec_fixed_points (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c2882 if ((curve -> nx_crypto_ec_fixed_points) && (&curve -> nx_crypto_ec_g == g)) in _nx_crypto_ec_fp_projective_multiple()
3016 fixed_points = curve -> nx_crypto_ec_fixed_points; in _nx_crypto_ec_fp_fixed_multiple()
3364 if (curve -> nx_crypto_ec_fixed_points) in _nx_crypto_ec_precomputation()
3481 curve -> nx_crypto_ec_fixed_points = fixed_points; in _nx_crypto_ec_precomputation()
3555 fixed_points = curve -> nx_crypto_ec_fixed_points; in _nx_crypto_ec_fixed_output()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h139 NX_CRYPTO_EC_FIXED_POINTS *nx_crypto_ec_fixed_points; member