/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_ptr_hash.h | 77 uintptr_t key; member 224 __qdf_ptr_hash_get_bucket(struct qdf_ptr_hash *ht, uintptr_t key) in __qdf_ptr_hash_get_bucket() 238 #define qdf_ptr_hash_add(ht, key, item, entry_field) \ argument 241 static inline void __qdf_ptr_hash_add(struct qdf_ptr_hash *ht, uintptr_t key, in __qdf_ptr_hash_add() 260 #define qdf_ptr_hash_remove(ht, key, cursor, entry_field) ({ \ argument 268 __qdf_ptr_hash_remove(struct qdf_ptr_hash *ht, uintptr_t key) in __qdf_ptr_hash_remove() 309 #define qdf_ptr_hash_for_each_by_hash(ht, key, cursor, entry_field) \ argument 335 #define qdf_ptr_hash_get(ht, key, cursor, entry_field) ({ \ argument
|
D | qdf_hashtable.h | 80 #define qdf_ht_add(table, entry, key) __qdf_ht_add(table, entry, key) argument 119 #define qdf_ht_for_each_in_bucket(table, cursor, entry_field, key) \ argument 130 #define qdf_ht_for_each_match(table, cursor, entry_field, key, key_field) \ argument 141 #define qdf_ht_get(table, cursor, entry_field, key, key_field) \ argument
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_crypto.c | 61 int qdf_get_hmac_hash(uint8_t *type, uint8_t *key, in qdf_get_hmac_hash() 85 uint32_t optional_data_len, uint8_t *key, in qdf_default_hmac_sha256_kdf() 258 int qdf_crypto_aes_128_cmac(const uint8_t *key, const uint8_t *data, in qdf_crypto_aes_128_cmac() 316 int qdf_crypto_aes_128_cmac(const uint8_t *key, const uint8_t *data, in qdf_crypto_aes_128_cmac() 405 int qdf_get_keyed_hash(const char *alg, const uint8_t *key, in qdf_get_keyed_hash() 471 int qdf_aes_s2v(const uint8_t *key, unsigned int key_len, const uint8_t *s[], in qdf_aes_s2v() 541 int qdf_aes_ctr(const uint8_t *key, unsigned int key_len, uint8_t *siv, in qdf_aes_ctr() 600 int qdf_aes_ctr(const uint8_t *key, unsigned int key_len, uint8_t *siv, in qdf_aes_ctr() 660 int qdf_aes_ctr(const uint8_t *key, unsigned int key_len, uint8_t *siv, in qdf_aes_ctr() 668 int qdf_crypto_aes_gmac(const uint8_t *key, uint16_t key_length, in qdf_crypto_aes_gmac() [all …]
|
D | i_qdf_hashtable.h | 30 #define __qdf_ht_add(table, entry, key) hash_add(table, entry, key) argument 36 #define __qdf_ht_for_each_in_bucket(table, cursor, entry_field, key) \ argument 39 #define __qdf_ht_for_each_match(table, cursor, entry_field, key, key_field) \ argument 43 #define __qdf_ht_get(table, cursor, entry_field, key, key_field) \ argument
|
D | i_qdf_ptr_hash.h | 24 #define __qdf_ptr_hash_key(key, bits) hash_long(key, bits) argument
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/ |
D | wlan_crypto_global_api.c | 146 static QDF_STATUS wlan_crypto_set_igtk_key(struct wlan_crypto_key *key) in wlan_crypto_set_igtk_key() 766 struct wlan_crypto_key *key = NULL; in wlan_crypto_setkey() local 1154 wlan_crypto_cipher_type wlan_crypto_get_key_type(struct wlan_crypto_key *key) in wlan_crypto_get_key_type() 1169 struct wlan_crypto_key *key = NULL; in wlan_crypto_vdev_getkey() local 1208 struct wlan_crypto_key *key = NULL; in wlan_crypto_peer_getkey() local 1247 struct wlan_crypto_key *key; in wlan_crypto_getkey() local 1385 struct wlan_crypto_key *key; in wlan_crypto_delkey() local 1540 struct wlan_crypto_key *key; in wlan_crypto_default_key() local 1618 struct wlan_crypto_key *key; in wlan_crypto_encap() local 1727 struct wlan_crypto_key *key; in wlan_crypto_decap() local [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/ |
D | wlan_crypto_global_api.h | 831 static inline int wlan_crypto_aes_gmac(const uint8_t *key, size_t key_len, in wlan_crypto_aes_gmac() 844 static inline int omac1_aes_128(const uint8_t *key, const uint8_t *data, in omac1_aes_128() 850 static inline int omac1_aes_256(const uint8_t *key, const uint8_t *data, in omac1_aes_256()
|
D | wlan_crypto_global_def.h | 549 struct wlan_crypto_key *key[WLAN_CRYPTO_MAX_VLANKEYIX]; member
|
/wlan-driver/qca-wifi-host-cmn/qdf/src/ |
D | qdf_parse.c | 42 char *key = cursor; in qdf_ini_read_values() local 277 static QDF_STATUS qdf_validate_key(char *key) in qdf_validate_key()
|
D | qdf_talloc.c | 107 uintptr_t key; member 139 uintptr_t key = (uintptr_t)parent; in qdf_talloc_parent_meta_lookup() local
|
/wlan-driver/qcacld-3.0/components/tdls/core/src/ |
D | wlan_tdls_peer.c | 36 uint8_t i, key; in calculate_hash_key() local 47 uint8_t key; in tdls_find_peer() local 270 uint8_t key = 0; in tdls_add_peer() local
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_rx_defrag.c | 761 uint8_t key[DEFRAG_IEEE80211_KEY_LEN]; in ol_rx_defrag() local 1011 ol_rx_frag_tkip_demic(ol_txrx_pdev_handle pdev, const uint8_t *key, in ol_rx_frag_tkip_demic() 1156 const uint8_t *key, in ol_rx_defrag_mic()
|
/wlan-driver/qca-wifi-host-cmn/qdf/test/ |
D | qdf_hashtable_test.c | 28 uintptr_t key; member
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_fips.h | 40 uint8_t key[FIPS_KEY_LEN]; member
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_rx_defrag.c | 638 static QDF_STATUS dp_rx_defrag_mic(struct dp_soc *soc, const uint8_t *key, in dp_rx_defrag_mic() 764 const uint8_t *key, in dp_rx_defrag_tkip_demic() 1431 uint8_t key[DEFRAG_IEEE80211_KEY_LEN]; in dp_rx_defrag() local
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
D | hal_rx_flow_info.h | 67 uint8_t *key; member
|
D | hal_flow.h | 80 key_bitwise_shift_left(uint8_t *key, int len, int shift) in key_bitwise_shift_left()
|
D | hal_rx_flow.c | 301 uint8_t *key = fst->shifted_key; in hal_flow_toeplitz_create_cache() local
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
D | lim_fils_defs.h | 212 uint8_t key[FT_GTK_KEY_LEN]; member 228 uint8_t key[FT_IGTK_KEY_LEN]; member
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
D | sme_api.h | 4110 const uint8_t *key, const int key_len) in sme_add_key_btk() 4132 const uint8_t *key, const int key_len) in sme_add_key_krk()
|
/wlan-driver/qca-wifi-host-cmn/cfg/src/ |
D | cfg.c | 397 cfg_ini_item_handler(void *context, const char *key, const char *value) in cfg_ini_item_handler()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_fils.c | 277 uint32_t optional_data_len, uint8_t *key, uint32_t keylen) in lim_get_key_from_prf()
|
/wlan-driver/qcacld-3.0/components/wmi/src/ |
D | wmi_unified_roam_tlv.c | 2256 struct ml_key_material_param *key; in wmi_fill_roam_mlo_info() local 2349 wmi_key_material *key; in wmi_fill_roam_sync_buffer() local
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/ |
D | wlan_cm_public_struct.h | 62 uint8_t *key; member
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/ |
D | wlan_cm_util.c | 304 uint8_t *key, struct qdf_mac_addr *bssid, in cm_store_fils_key()
|