Lines Matching refs:fixed_points
3006 NX_CRYPTO_EC_FIXED_POINTS *fixed_points; in _nx_crypto_ec_fp_fixed_multiple() local
3015 fixed_points = curve -> nx_crypto_ec_fixed_points; in _nx_crypto_ec_fp_fixed_multiple()
3016 expanded_size = fixed_points -> nx_crypto_ec_fixed_points_window_width * in _nx_crypto_ec_fp_fixed_multiple()
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()
3040 for (j = 0; j < fixed_points -> nx_crypto_ec_fixed_points_window_width; j++) in _nx_crypto_ec_fp_fixed_multiple()
3044 bit_index += fixed_points -> nx_crypto_ec_fixed_points_d; in _nx_crypto_ec_fp_fixed_multiple()
3054 … &fixed_points -> nx_crypto_ec_fixed_points_array[transpose_d - 2], in _nx_crypto_ec_fp_fixed_multiple()
3057 if ((fixed_points -> nx_crypto_ec_fixed_points_d & 1) && 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()
3065 for (j = 0; j < fixed_points -> nx_crypto_ec_fixed_points_window_width; j++) in _nx_crypto_ec_fp_fixed_multiple()
3069 bit_index += fixed_points -> nx_crypto_ec_fixed_points_d; in _nx_crypto_ec_fp_fixed_multiple()
3075 … &fixed_points -> nx_crypto_ec_fixed_points_array_2e[transpose_d - 1], in _nx_crypto_ec_fp_fixed_multiple()
3355 NX_CRYPTO_EC_FIXED_POINTS *fixed_points; in _nx_crypto_ec_precomputation() local
3378 fixed_points = (NX_CRYPTO_EC_FIXED_POINTS *)scratch_ptr; in _nx_crypto_ec_precomputation()
3381 fixed_points -> nx_crypto_ec_fixed_points_window_width = window_width; in _nx_crypto_ec_precomputation()
3382 fixed_points -> nx_crypto_ec_fixed_points_bits = bits; in _nx_crypto_ec_precomputation()
3383 fixed_points -> nx_crypto_ec_fixed_points_d = (bits + window_width - 1) / window_width; in _nx_crypto_ec_precomputation()
3384 fixed_points -> nx_crypto_ec_fixed_points_e = (fixed_points -> nx_crypto_ec_fixed_points_d + in _nx_crypto_ec_precomputation()
3387 fixed_points -> nx_crypto_ec_fixed_points_array = (NX_CRYPTO_EC_POINT *)scratch_ptr; in _nx_crypto_ec_precomputation()
3389 fixed_points -> nx_crypto_ec_fixed_points_array_2e = (NX_CRYPTO_EC_POINT *)scratch_ptr; in _nx_crypto_ec_precomputation()
3395 NX_CRYPTO_EC_POINT_INITIALIZE(&fixed_points -> nx_crypto_ec_fixed_points_array[i], in _nx_crypto_ec_precomputation()
3401 NX_CRYPTO_EC_POINT_INITIALIZE(&fixed_points -> nx_crypto_ec_fixed_points_array_2e[i], in _nx_crypto_ec_precomputation()
3407 … (((fixed_points -> nx_crypto_ec_fixed_points_d >> 3) + 4) & (ULONG) ~3)); in _nx_crypto_ec_precomputation()
3411 array = fixed_points -> nx_crypto_ec_fixed_points_array; in _nx_crypto_ec_precomputation()
3412 d.nx_crypto_huge_number_size = (fixed_points -> nx_crypto_ec_fixed_points_d >> in _nx_crypto_ec_precomputation()
3416 … (HN_UBASE)(1 << (fixed_points -> nx_crypto_ec_fixed_points_d & (NX_CRYPTO_HUGE_NUMBER_BITS - 1))); in _nx_crypto_ec_precomputation()
3446 array = fixed_points -> nx_crypto_ec_fixed_points_array_2e; 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()
3453 d.nx_crypto_huge_number_size = (fixed_points -> nx_crypto_ec_fixed_points_d >> in _nx_crypto_ec_precomputation()
3457 … (HN_UBASE)(1 << (fixed_points -> nx_crypto_ec_fixed_points_d & (NX_CRYPTO_HUGE_NUMBER_BITS - 1))); in _nx_crypto_ec_precomputation()
3480 curve -> nx_crypto_ec_fixed_points = fixed_points; in _nx_crypto_ec_precomputation()
3542 NX_CRYPTO_EC_FIXED_POINTS *fixed_points; in _nx_crypto_ec_fixed_output() local
3554 fixed_points = curve -> nx_crypto_ec_fixed_points; in _nx_crypto_ec_fixed_output()
3555 if (fixed_points == NX_CRYPTO_NULL) in _nx_crypto_ec_fixed_output()
3562 window_width = fixed_points -> nx_crypto_ec_fixed_points_window_width; in _nx_crypto_ec_fixed_output()
3571 points = fixed_points -> nx_crypto_ec_fixed_points_array; in _nx_crypto_ec_fixed_output()
3576 points = fixed_points -> nx_crypto_ec_fixed_points_array_2e; in _nx_crypto_ec_fixed_output()
3652 points = fixed_points -> nx_crypto_ec_fixed_points_array; in _nx_crypto_ec_fixed_output()
3657 points = fixed_points -> nx_crypto_ec_fixed_points_array_2e; in _nx_crypto_ec_fixed_output()
3724 fixed_points -> nx_crypto_ec_fixed_points_window_width, in _nx_crypto_ec_fixed_output()
3725 fixed_points -> nx_crypto_ec_fixed_points_bits, in _nx_crypto_ec_fixed_output()
3726 fixed_points -> nx_crypto_ec_fixed_points_d, in _nx_crypto_ec_fixed_output()
3727 fixed_points -> nx_crypto_ec_fixed_points_e, in _nx_crypto_ec_fixed_output()