Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c3055 … &fixed_points -> nx_crypto_ec_fixed_points_array[transpose_d - 2], in _nx_crypto_ec_fp_fixed_multiple()
3388 fixed_points -> nx_crypto_ec_fixed_points_array = (NX_CRYPTO_EC_POINT *)scratch_ptr; in _nx_crypto_ec_precomputation()
3396 NX_CRYPTO_EC_POINT_INITIALIZE(&fixed_points -> nx_crypto_ec_fixed_points_array[i], in _nx_crypto_ec_precomputation()
3412 array = fixed_points -> nx_crypto_ec_fixed_points_array; in _nx_crypto_ec_precomputation()
3572 points = fixed_points -> nx_crypto_ec_fixed_points_array; in _nx_crypto_ec_fixed_output()
3653 points = fixed_points -> nx_crypto_ec_fixed_points_array; in _nx_crypto_ec_fixed_output()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h114 NX_CRYPTO_EC_POINT *nx_crypto_ec_fixed_points_array; member