Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c3018 (fixed_points -> nx_crypto_ec_fixed_points_e << 1); in _nx_crypto_ec_fp_fixed_multiple()
3034 for (i = (INT)(fixed_points -> nx_crypto_ec_fixed_points_e - 1); i >= 0; i--) in _nx_crypto_ec_fp_fixed_multiple()
3059 (i == (INT)(fixed_points -> nx_crypto_ec_fixed_points_e - 1))) in _nx_crypto_ec_fp_fixed_multiple()
3065 bit_index = (UINT)(i + (INT)fixed_points -> nx_crypto_ec_fixed_points_e); in _nx_crypto_ec_fp_fixed_multiple()
3385 fixed_points -> nx_crypto_ec_fixed_points_e = (fixed_points -> nx_crypto_ec_fixed_points_d + in _nx_crypto_ec_precomputation()
3448 d.nx_crypto_huge_number_size = (fixed_points -> nx_crypto_ec_fixed_points_e >> in _nx_crypto_ec_precomputation()
3452 … (HN_UBASE)(1 << (fixed_points -> nx_crypto_ec_fixed_points_e & (NX_CRYPTO_HUGE_NUMBER_BITS - 1))); in _nx_crypto_ec_precomputation()
3728 fixed_points -> nx_crypto_ec_fixed_points_e, in _nx_crypto_ec_fixed_output()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h109 UINT nx_crypto_ec_fixed_points_e; member