Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c3045 bit_index += fixed_points -> nx_crypto_ec_fixed_points_d; in _nx_crypto_ec_fp_fixed_multiple()
3058 if ((fixed_points -> nx_crypto_ec_fixed_points_d & 1) && in _nx_crypto_ec_fp_fixed_multiple()
3070 bit_index += fixed_points -> nx_crypto_ec_fixed_points_d; in _nx_crypto_ec_fp_fixed_multiple()
3384 fixed_points -> nx_crypto_ec_fixed_points_d = (bits + window_width - 1) / window_width; in _nx_crypto_ec_precomputation()
3385 fixed_points -> nx_crypto_ec_fixed_points_e = (fixed_points -> nx_crypto_ec_fixed_points_d + in _nx_crypto_ec_precomputation()
3408 … (((fixed_points -> nx_crypto_ec_fixed_points_d >> 3) + 4) & (ULONG) ~3)); in _nx_crypto_ec_precomputation()
3413 d.nx_crypto_huge_number_size = (fixed_points -> nx_crypto_ec_fixed_points_d >> in _nx_crypto_ec_precomputation()
3417 … (HN_UBASE)(1 << (fixed_points -> nx_crypto_ec_fixed_points_d & (NX_CRYPTO_HUGE_NUMBER_BITS - 1))); in _nx_crypto_ec_precomputation()
3454 d.nx_crypto_huge_number_size = (fixed_points -> nx_crypto_ec_fixed_points_d >> in _nx_crypto_ec_precomputation()
3458 … (HN_UBASE)(1 << (fixed_points -> nx_crypto_ec_fixed_points_d & (NX_CRYPTO_HUGE_NUMBER_BITS - 1))); in _nx_crypto_ec_precomputation()
[all …]
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h106 UINT nx_crypto_ec_fixed_points_d; member