Home
last modified time | relevance | path

Searched refs:HAS_CIPHER_CAP (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_param_handling.c84 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()
H A Dwlan_crypto_obj_mgr.c476 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()
H A Dwlan_crypto_def_i.h345 #define HAS_CIPHER_CAP(_param, _c) ((_param)->cipher_caps & (1 << (_c))) macro
H A Dwlan_crypto_global_api.c1096 if (HAS_CIPHER_CAP(crypto_params, in wlan_crypto_setkey()