Lines Matching defs:ciphers
653 u32 ciphers[ARRAY_SIZE(hwsim_ciphers)];
3897 u32 *ciphers;
5101 if (param->ciphers) {
5102 memcpy(data->ciphers, param->ciphers,
5104 hw->wiphy->cipher_suites = data->ciphers;
5752 /* ensures ciphers only include ciphers listed in 'hwsim_ciphers' array */
5753 static bool hwsim_known_ciphers(const u32 *ciphers, int n_ciphers)
5762 if (ciphers[i] == hwsim_ciphers[j]) {
5927 param.ciphers =
5942 "too many ciphers specified");
5946 if (!hwsim_known_ciphers(param.ciphers, param.n_ciphers)) {
5949 "unsupported ciphers specified");