Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c3542 UINT array_size; in _nx_crypto_ec_fixed_output() local
3571 array_size = (1u << window_width) - 2; in _nx_crypto_ec_fixed_output()
3576 array_size = (1u << window_width) - 1; in _nx_crypto_ec_fixed_output()
3585 for (i = 0; i < array_size; i++) in _nx_crypto_ec_fixed_output()
3634 if ((j == 1) && (i == (array_size - 1))) in _nx_crypto_ec_fixed_output()
3652 array_size = (1u << window_width) - 2; in _nx_crypto_ec_fixed_output()
3657 array_size = (1u << window_width) - 1; in _nx_crypto_ec_fixed_output()
3665 for (i = 0; i < array_size; i++) in _nx_crypto_ec_fixed_output()
3708 if (i != (array_size - 1)) in _nx_crypto_ec_fixed_output()
/NetX-Duo-v6.3.0/nx_secure/src/
Dnx_secure_tls_session_create_ext.c102 …er_role_id, UINT key_size, const NX_CRYPTO_METHOD **crypto_array, UINT array_size, const NX_CRYPTO… in _find_cipher() argument
106 for(i = 0; i < array_size; ++i) in _find_cipher()