n_ciphers        2395 drivers/net/wireless/mac80211_hwsim.c 	u8 n_ciphers;
n_ciphers        2882 drivers/net/wireless/mac80211_hwsim.c 		       param->n_ciphers * sizeof(u32));
n_ciphers        2884 drivers/net/wireless/mac80211_hwsim.c 		hw->wiphy->n_cipher_suites = param->n_ciphers;
n_ciphers        3444 drivers/net/wireless/mac80211_hwsim.c static bool hwsim_known_ciphers(const u32 *ciphers, int n_ciphers)
n_ciphers        3448 drivers/net/wireless/mac80211_hwsim.c 	for (i = 0; i < n_ciphers; i++) {
n_ciphers        3560 drivers/net/wireless/mac80211_hwsim.c 		param.n_ciphers = len / sizeof(u32);
n_ciphers        3562 drivers/net/wireless/mac80211_hwsim.c 		if (param.n_ciphers > ARRAY_SIZE(hwsim_ciphers)) {
n_ciphers        3569 drivers/net/wireless/mac80211_hwsim.c 		if (!hwsim_known_ciphers(param.ciphers, param.n_ciphers)) {