Searched refs:nx_crypto_ec_fixed_points_e (Results 1 – 2 of 2) sorted by relevance
3017 (fixed_points -> nx_crypto_ec_fixed_points_e << 1); in _nx_crypto_ec_fp_fixed_multiple()3033 for (i = (INT)(fixed_points -> nx_crypto_ec_fixed_points_e - 1); i >= 0; i--) in _nx_crypto_ec_fp_fixed_multiple()3058 (i == (INT)(fixed_points -> nx_crypto_ec_fixed_points_e - 1))) in _nx_crypto_ec_fp_fixed_multiple()3064 bit_index = (UINT)(i + (INT)fixed_points -> nx_crypto_ec_fixed_points_e); in _nx_crypto_ec_fp_fixed_multiple()3384 fixed_points -> nx_crypto_ec_fixed_points_e = (fixed_points -> nx_crypto_ec_fixed_points_d + in _nx_crypto_ec_precomputation()3447 d.nx_crypto_huge_number_size = (fixed_points -> nx_crypto_ec_fixed_points_e >> in _nx_crypto_ec_precomputation()3451 … (HN_UBASE)(1 << (fixed_points -> nx_crypto_ec_fixed_points_e & (NX_CRYPTO_HUGE_NUMBER_BITS - 1))); in _nx_crypto_ec_precomputation()3727 fixed_points -> nx_crypto_ec_fixed_points_e, in _nx_crypto_ec_fixed_output()
108 UINT nx_crypto_ec_fixed_points_e; member