Searched refs:nx_crypto_ec_fixed_points (Results 1 – 2 of 2) sorted by relevance
2881 if ((curve -> nx_crypto_ec_fixed_points) && (&curve -> nx_crypto_ec_g == g)) in _nx_crypto_ec_fp_projective_multiple()3015 fixed_points = curve -> nx_crypto_ec_fixed_points; in _nx_crypto_ec_fp_fixed_multiple()3363 if (curve -> nx_crypto_ec_fixed_points) in _nx_crypto_ec_precomputation()3480 curve -> nx_crypto_ec_fixed_points = fixed_points; in _nx_crypto_ec_precomputation()3554 fixed_points = curve -> nx_crypto_ec_fixed_points; in _nx_crypto_ec_fixed_output()
138 NX_CRYPTO_EC_FIXED_POINTS *nx_crypto_ec_fixed_points; member