Lines Matching defs:cipher
180 ath_err(common, "cipher %u not supported\n", k->kv_type);
406 u32 cipher)
410 if (cipher == WLAN_CIPHER_SUITE_TKIP)
486 switch (key->cipher) {
514 idx = ath_reserve_key_cache_slot(common, key->cipher);
524 idx = ath_reserve_key_cache_slot(common, key->cipher);
546 idx = ath_reserve_key_cache_slot(common, key->cipher);
552 if (key->cipher == WLAN_CIPHER_SUITE_TKIP)
562 if (key->cipher == WLAN_CIPHER_SUITE_CCMP)
565 if (key->cipher == WLAN_CIPHER_SUITE_TKIP) {