Home
last modified time | relevance | path

Searched refs:keylen (Results 1 – 25 of 31) sorted by relevance

12

/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dwpas_kay.c
H A Dwpas_glue.c
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dwpa_auth_kay.c
H A Dwpa_auth_glue.c
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_crypto.c62 uint32_t keylen, in qdf_get_hmac_hash() argument
78 return qdf_get_keyed_hash(type, key, keylen, (const uint8_t **)addr, in qdf_get_hmac_hash()
86 uint32_t keylen) in qdf_default_hmac_sha256_kdf() argument
103 if (keylen == 0 || in qdf_default_hmac_sha256_kdf()
104 (keylen > (WLAN_MAX_PRF_INTERATIONS_COUNT * SHA256_DIGEST_SIZE))) { in qdf_default_hmac_sha256_kdf()
105 qdf_err("invalid key length %d", keylen); in qdf_default_hmac_sha256_kdf()
120 for (count = 2; current_position < keylen; count++) { in qdf_default_hmac_sha256_kdf()
121 remaining_data = keylen - current_position; in qdf_default_hmac_sha256_kdf()
/wlan-driver/wpa_supplicant_8/src/crypto/
H A Drc4.c
H A Dcrypto_internal-cipher.c
H A Dcrypto_libtomcrypt.c
H A Dcrypto_openssl.c
H A Dcrypto_linux.c
H A Dcrypto.h
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_wifi_pos_pasn.c234 crypto_key->keylen = in wlan_cfg80211_set_pasn_key()
236 if (cipher_len < 0 || crypto_key->keylen < cipher_len || in wlan_cfg80211_set_pasn_key()
237 (crypto_key->keylen > in wlan_cfg80211_set_pasn_key()
239 hdd_err_rl("Invalid key length %d", crypto_key->keylen); in wlan_cfg80211_set_pasn_key()
248 crypto_key->keylen); in wlan_cfg80211_set_pasn_key()
266 crypto_key->keylen); in wlan_cfg80211_set_pasn_key()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_crypto.h90 uint32_t keylen, uint8_t element_cnt,
119 uint32_t keylen);
/wlan-driver/wpa_supplicant_8/src/radius/
H A Dradius.c
H A Dradius.h
/wlan-driver/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ft.c
H A Dwpa.c
/wlan-driver/qca-wifi-host-cmn/os_if/linux/crypto/src/
H A Dwlan_cfg80211_crypto.c44 crypto_key->keylen = params->key_len; in wlan_cfg80211_translate_ml_sta_key()
79 crypto_key->keylen = params->key_len; in wlan_cfg80211_translate_key()
/wlan-driver/qca-wifi-host-cmn/target_if/crypto/src/
H A Dtarget_if_crypto.c262 qdf_mem_copy(&params.key_data[0], &req->keyval[0], req->keylen); in target_if_crypto_set_key()
263 params.key_len = req->keylen; in target_if_crypto_set_key()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_global_api.c777 if (!vdev || !req_key || req_key->keylen > (sizeof(req_key->keydata))) { in wlan_crypto_setkey()
784 if ((req_key->keylen == 0) && !IS_FILS_CIPHER(req_key->type)) { in wlan_crypto_setkey()
808 ((req_key->keylen != (cipher->keylen / CRYPTO_NBBY)) && in wlan_crypto_setkey()
813 !((req_key->keylen == WLAN_CRYPTO_KEY_WEP40_LEN) in wlan_crypto_setkey()
814 || (req_key->keylen == WLAN_CRYPTO_KEY_WEP104_LEN) in wlan_crypto_setkey()
815 || (req_key->keylen == WLAN_CRYPTO_KEY_WEP128_LEN))) { in wlan_crypto_setkey()
816 crypto_err("wep key len invalid. keylen: %d", req_key->keylen); in wlan_crypto_setkey()
1031 key->keylen = req_key->keylen; in wlan_crypto_setkey()
1320 key->keyval, key->keylen); in wlan_crypto_getkey()
1321 req_key->keylen = key->keylen; in wlan_crypto_getkey()
[all …]
H A Dwlan_crypto_def_i.h436 const uint32_t keylen; member
/wlan-driver/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.c
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A Dwlan_crypto_global_def.h512 uint8_t keylen; member
616 uint8_t keylen; member
/wlan-driver/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_fils.c277 uint32_t optional_data_len, uint8_t *key, uint32_t keylen) in lim_get_key_from_prf() argument
282 uint16_t key_bit_length = keylen * 8; in lim_get_key_from_prf()
307 for (iteration = 1; i < keylen; iteration++) { in lim_get_key_from_prf()
308 remain_len = keylen - i; in lim_get_key_from_prf()

12