Lines Matching defs:ciphers
557 u32 ciphers[ARRAY_SIZE(hwsim_ciphers)];
2641 u32 *ciphers;
3131 if (param->ciphers) {
3132 memcpy(data->ciphers, param->ciphers,
3134 hw->wiphy->cipher_suites = data->ciphers;
3738 /* ensures ciphers only include ciphers listed in 'hwsim_ciphers' array */
3739 static bool hwsim_known_ciphers(const u32 *ciphers, int n_ciphers)
3748 if (ciphers[i] == hwsim_ciphers[j]) {
3845 param.ciphers =
3860 "too many ciphers specified");
3864 if (!hwsim_known_ciphers(param.ciphers, param.n_ciphers)) {
3867 "unsupported ciphers specified");