Searched refs:HAS_CIPHER_CAP (Results 1 – 4 of 4) sorted by relevance
84 if (cap && HAS_CIPHER_CAP(crypto_params, cap)) { in wlan_crypto_set_mcastcipher()112 if (cap && HAS_CIPHER_CAP(crypto_params, cap)) { in wlan_crypto_set_ucastciphers()
476 if (HAS_CIPHER_CAP(crypto_param, WLAN_CRYPTO_CAP_WEP)) { in wlan_crypto_register_all_ciphers()480 if (HAS_CIPHER_CAP(crypto_param, WLAN_CRYPTO_CAP_TKIP_MIC)) { in wlan_crypto_register_all_ciphers()484 if (HAS_CIPHER_CAP(crypto_param, WLAN_CRYPTO_CAP_AES)) { in wlan_crypto_register_all_ciphers()494 if (HAS_CIPHER_CAP(crypto_param, WLAN_CRYPTO_CAP_WAPI_SMS4)) { in wlan_crypto_register_all_ciphers()498 if (HAS_CIPHER_CAP(crypto_param, WLAN_CRYPTO_CAP_FILS_AEAD)) { in wlan_crypto_register_all_ciphers()
345 #define HAS_CIPHER_CAP(_param, _c) ((_param)->cipher_caps & (1 << (_c))) macro
1096 if (HAS_CIPHER_CAP(crypto_params, in wlan_crypto_setkey()