Home
last modified time | relevance | path

Searched defs:cipher (Results 576 - 600 of 754) sorted by relevance

1...<<2122232425262728293031

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpas_glue.c240 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 Dsta_info.h87 int cipher; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.c384 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 Dcrypto_wolfssl.c412 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 Dtls_wolfssl.c1878 WOLFSSL_CIPHER *cipher; in tls_get_cipher() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_atheros.c499 u_int8_t cipher; in atheros_set_key() local
[all...]
H A Ddriver_wext.c2029 int wpa_driver_wext_cipher2wext(int cipher) in wpa_driver_wext_cipher2wext() argument
H A Dwpa_hal.c728 static uint32_t WifiCipherToCipherSuite(uint32_t cipher) in WifiCipherToCipherSuite() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_teap.c1935 char cipher[80]; in eap_teap_process() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_teap.c503 char cipher[64]; in eap_teap_phase1_done() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_i.h488 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 Dtlsv1_common.h218 tls_cipher cipher; member
228 tls_cipher cipher; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpas_glue.c250 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 Dwpa_common.c1166 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 Dtestmgr.c148 struct cipher_test_suite cipher; member
[all...]
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_algo.c693 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 Dlocation.h361 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 Dcfg80211.c131 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 Dmt7615.h116 u32 cipher; member
H A Dmac.h394 mt7615_mac_get_cipher(int cipher) in mt7615_mac_get_cipher() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c222 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 Dchcr_algo.c689 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 Dsec_crypto.c1280 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 Dsta.c4308 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 Dcfg80211.c222 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) in ath6kl_set_cipher() argument
[all...]

Completed in 59 milliseconds

1...<<2122232425262728293031