Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c3016 expanded_size = fixed_points -> nx_crypto_ec_fixed_points_window_width * 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()
3065 for (j = 0; j < fixed_points -> nx_crypto_ec_fixed_points_window_width; j++) in _nx_crypto_ec_fp_fixed_multiple()
3381 fixed_points -> nx_crypto_ec_fixed_points_window_width = window_width; in _nx_crypto_ec_precomputation()
3562 window_width = fixed_points -> nx_crypto_ec_fixed_points_window_width; in _nx_crypto_ec_fixed_output()
3724 fixed_points -> nx_crypto_ec_fixed_points_window_width, in _nx_crypto_ec_fixed_output()
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ec.h99 UINT nx_crypto_ec_fixed_points_window_width; member