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