| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | wpas_glue.c | 240 int cipher = (keylen == 5) ? WPA_CIPHER_WEP40 : in wpa_eapol_set_wep_key() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | sta_info.h | 87 int cipher; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | wpa_common.c | 384 wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label, const u8 *addr1, const u8 *addr2, const u8 *nonce1, const u8 *nonce2, struct wpa_ptk *ptk, int akmp, int cipher, const u8 *z, size_t z_len, size_t kdk_len) wpa_pmk_to_ptk() argument 657 fils_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const u8 *spa, const u8 *aa, const u8 *snonce, const u8 *anonce, const u8 *dhss, size_t dhss_len, struct wpa_ptk *ptk, u8 *ick, size_t *ick_len, int akmp, int cipher, u8 *fils_ft, size_t *fils_ft_len, size_t kdk_len) fils_pmk_to_ptk() argument 1252 pasn_use_sha384(int akmp, int cipher) pasn_use_sha384() argument 1275 pasn_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const u8 *spa, const u8 *bssid, const u8 *dhss, size_t dhss_len, struct wpa_ptk *ptk, int akmp, int cipher, size_t kdk_len) pasn_pmk_to_ptk() argument 1377 pasn_mic_len(int akmp, int cipher) pasn_mic_len() argument 1406 pasn_mic(const u8 *kck, int akmp, int cipher, const u8 *addr1, const u8 *addr2, const u8 *data, size_t data_len, const u8 *frame, size_t frame_len, u8 *mic) pasn_mic() argument 1482 pasn_auth_frame_hash(int akmp, int cipher, const u8 *data, size_t len, u8 *hash) pasn_auth_frame_hash() argument 1583 wpa_cipher_valid_group(int cipher) wpa_cipher_valid_group() argument 1590 wpa_cipher_valid_mgmt_group(int cipher) wpa_cipher_valid_mgmt_group() argument 2106 wpa_pmk_r1_to_ptk(const u8 *pmk_r1, size_t pmk_r1_len, const u8 *snonce, const u8 *anonce, const u8 *sta_addr, const u8 *bssid, const u8 *pmk_r1_name, struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher, size_t kdk_len) wpa_pmk_r1_to_ptk() argument 2363 wpa_cipher_txt(int cipher) wpa_cipher_txt() argument 2659 wpa_cipher_key_len(int cipher) wpa_cipher_key_len() argument 2680 wpa_cipher_rsc_len(int cipher) wpa_cipher_rsc_len() argument 2695 wpa_cipher_to_alg(int cipher) wpa_cipher_to_alg() argument 2721 wpa_cipher_valid_pairwise(int cipher) wpa_cipher_valid_pairwise() argument 2744 wpa_cipher_to_suite(int proto, int cipher) wpa_cipher_to_suite() argument 3632 wpa_pasn_add_rsne(struct wpabuf *buf, const u8 *pmkid, int akmp, int cipher) wpa_pasn_add_rsne() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_wolfssl.c | 412 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() argument 425 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() argument
|
| H A D | tls_wolfssl.c | 1878 WOLFSSL_CIPHER *cipher; in tls_get_cipher() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_atheros.c | 499 u_int8_t cipher; in atheros_set_key() local [all...] |
| H A D | driver_wext.c | 2029 int wpa_driver_wext_cipher2wext(int cipher) in wpa_driver_wext_cipher2wext() argument
|
| H A D | wpa_hal.c | 728 static uint32_t WifiCipherToCipherSuite(uint32_t cipher) in WifiCipherToCipherSuite() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap_teap.c | 1935 char cipher[80]; in eap_teap_process() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| H A D | eap_server_teap.c | 503 char cipher[64]; in eap_teap_phase1_done() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
| H A D | wpa_i.h | 488 wpa_sm_store_ptk(struct wpa_sm *sm, u8 *addr, int cipher, u32 life_time, struct wpa_ptk *ptk) wpa_sm_store_ptk() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| H A D | tlsv1_common.h | 218 tls_cipher cipher; member 228 tls_cipher cipher; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | wpas_glue.c | 250 int cipher = (keylen == 5) ? WPA_CIPHER_WEP40 : in wpa_eapol_set_wep_key() local 1384 static void wpa_supplicant_store_ptk(void *ctx, u8 *addr, int cipher, in wpa_supplicant_store_ptk() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| H A D | wpa_common.c | 1166 int wpa_cipher_valid_group(int cipher) in wpa_cipher_valid_group() argument 349 wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label, const u8 *addr1, const u8 *addr2, const u8 *nonce1, const u8 *nonce2, struct wpa_ptk *ptk, int akmp, int cipher, const u8 *z, size_t z_len) wpa_pmk_to_ptk() argument 551 fils_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const u8 *spa, const u8 *aa, const u8 *snonce, const u8 *anonce, const u8 *dhss, size_t dhss_len, struct wpa_ptk *ptk, u8 *ick, size_t *ick_len, int akmp, int cipher, u8 *fils_ft, size_t *fils_ft_len) fils_pmk_to_ptk() argument 1174 wpa_cipher_valid_mgmt_group(int cipher) wpa_cipher_valid_mgmt_group() argument 1696 wpa_pmk_r1_to_ptk(const u8 *pmk_r1, size_t pmk_r1_len, const u8 *snonce, const u8 *anonce, const u8 *sta_addr, const u8 *bssid, const u8 *pmk_r1_name, struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher) wpa_pmk_r1_to_ptk() argument 1940 wpa_cipher_txt(int cipher) wpa_cipher_txt() argument 2231 wpa_cipher_key_len(int cipher) wpa_cipher_key_len() argument 2252 wpa_cipher_rsc_len(int cipher) wpa_cipher_rsc_len() argument 2267 wpa_cipher_to_alg(int cipher) wpa_cipher_to_alg() argument 2293 wpa_cipher_valid_pairwise(int cipher) wpa_cipher_valid_pairwise() argument 2303 wpa_cipher_to_suite(int proto, int cipher) wpa_cipher_to_suite() argument [all...] |
| /kernel/linux/linux-5.10/crypto/ |
| H A D | testmgr.c | 148 struct cipher_test_suite cipher; member [all...] |
| /kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 693 static int chcr_cipher_fallback(struct crypto_skcipher *cipher, in chcr_cipher_fallback() argument 920 static int chcr_cipher_fallback_setkey(struct crypto_skcipher *cipher, in chcr_cipher_fallback_setkey() argument 933 static int chcr_aes_cbc_setkey(struct crypto_skcipher *cipher, in chcr_aes_cbc_setkey() argument 964 chcr_aes_ctr_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) chcr_aes_ctr_setkey() argument 994 chcr_aes_rfc3686_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) chcr_aes_rfc3686_setkey() argument 2252 chcr_aes_xts_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int key_len) chcr_aes_xts_setkey() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | location.h | 361 u8 cipher; member 647 u8 cipher; member 700 u8 cipher; global() member [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cfg80211.c | 131 mwifiex_is_alg_wep(u32 cipher) in mwifiex_is_alg_wep() argument
|
| /kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | mt7615.h | 116 u32 cipher; member
|
| H A D | mac.h | 394 mt7615_mac_get_cipher(int cipher) in mt7615_mac_get_cipher() argument
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
| H A D | cfg80211.c | 222 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) in ath6kl_set_cipher() argument [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 689 static int chcr_cipher_fallback(struct crypto_skcipher *cipher, in chcr_cipher_fallback() argument 913 static int chcr_cipher_fallback_setkey(struct crypto_skcipher *cipher, in chcr_cipher_fallback_setkey() argument 926 static int chcr_aes_cbc_setkey(struct crypto_skcipher *cipher, in chcr_aes_cbc_setkey() argument 957 static int chcr_aes_ctr_setkey(struct crypto_skcipher *cipher, in chcr_aes_ctr_setkey() argument 987 chcr_aes_rfc3686_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) chcr_aes_rfc3686_setkey() argument 2247 chcr_aes_xts_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int key_len) chcr_aes_xts_setkey() argument [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 1280 u8 bd_type, cipher; in sec_skcipher_bd_fill() local 1331 u16 cipher; in sec_skcipher_bd_fill_v3() local [all...] |
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | sta.c | 4308 iwl_mvm_add_pasn_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct iwl_mvm_int_sta *sta, u8 *addr, u32 cipher, u8 *key, u32 key_len) iwl_mvm_add_pasn_sta() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
| H A D | cfg80211.c | 222 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) in ath6kl_set_cipher() argument [all...] |