Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c3541 UINT array_size; in _nx_crypto_ec_fixed_output() local
3570 array_size = (1u << window_width) - 2; in _nx_crypto_ec_fixed_output()
3575 array_size = (1u << window_width) - 1; in _nx_crypto_ec_fixed_output()
3584 for (i = 0; i < array_size; i++) in _nx_crypto_ec_fixed_output()
3633 if ((j == 1) && (i == (array_size - 1))) in _nx_crypto_ec_fixed_output()
3651 array_size = (1u << window_width) - 2; in _nx_crypto_ec_fixed_output()
3656 array_size = (1u << window_width) - 1; in _nx_crypto_ec_fixed_output()
3664 for (i = 0; i < array_size; i++) in _nx_crypto_ec_fixed_output()
3707 if (i != (array_size - 1)) in _nx_crypto_ec_fixed_output()
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_session_create_ext.c101 …er_role_id, UINT key_size, const NX_CRYPTO_METHOD **crypto_array, UINT array_size, const NX_CRYPTO… in _find_cipher() argument
105 for(i = 0; i < array_size; ++i) in _find_cipher()