Home
last modified time | relevance | path

Searched refs:cipher_len (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/os_if/linux/crypto/src/ !
H A Dwlan_nl_to_crypto_params.c66 u32 cipher_len; member
222 .cipher_len = 0,
227 .cipher_len = WLAN_CRYPTO_KEY_WEP40_LEN,
232 .cipher_len = WLAN_CRYPTO_KEY_TKIP_LEN,
237 .cipher_len = WLAN_CRYPTO_KEY_CCMP_LEN,
242 .cipher_len = WLAN_CRYPTO_KEY_WEP104_LEN,
247 .cipher_len = WLAN_CRYPTO_KEY_GCMP_LEN,
252 .cipher_len = WLAN_CRYPTO_KEY_GCMP_256_LEN,
257 .cipher_len = WLAN_CRYPTO_KEY_CCMP_256_LEN,
262 .cipher_len = WLAN_CRYPTO_KEY_CCMP_LEN,
[all …]
H A Dwlan_cfg80211_crypto.c124 int cipher_len; in wlan_cfg80211_store_link_key() local
135 cipher_len = osif_nl_to_crypto_cipher_len(params->cipher); in wlan_cfg80211_store_link_key()
136 if (cipher_len < 0 || params->key_len < cipher_len) { in wlan_cfg80211_store_link_key()
138 params->key_len, cipher_len); in wlan_cfg80211_store_link_key()
194 int cipher_len; in wlan_cfg80211_store_key() local
205 cipher_len = osif_nl_to_crypto_cipher_len(params->cipher); in wlan_cfg80211_store_key()
206 if (cipher_len < 0 || params->key_len < cipher_len) { in wlan_cfg80211_store_key()
208 params->key_len, cipher_len); in wlan_cfg80211_store_key()
/wlan-driver/qcacld-3.0/core/hdd/src/ !
H A Dwlan_hdd_wifi_pos_pasn.c207 int cipher_len; in wlan_cfg80211_set_pasn_key() local
233 cipher_len = osif_nl_to_crypto_cipher_len(cipher); in wlan_cfg80211_set_pasn_key()
236 if (cipher_len < 0 || crypto_key->keylen < cipher_len || in wlan_cfg80211_set_pasn_key()