Searched refs:nx_crypto_ec_fixed_points (Results 1 – 2 of 2) sorted by relevance
2882 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()
139 NX_CRYPTO_EC_FIXED_POINTS *nx_crypto_ec_fixed_points; member