Searched refs:array_size (Results 1 – 2 of 2) sorted by relevance
3541 UINT array_size; in _nx_crypto_ec_fixed_output() local3570 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()
101 …er_role_id, UINT key_size, const NX_CRYPTO_METHOD **crypto_array, UINT array_size, const NX_CRYPTO… in _find_cipher() argument105 for(i = 0; i < array_size; ++i) in _find_cipher()