Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 36) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_ptr_hash.h77 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
Dqdf_hashtable.h80 #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/
Dqdf_crypto.c61 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 …]
Di_qdf_hashtable.h30 #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
Di_qdf_ptr_hash.h24 #define __qdf_ptr_hash_key(key, bits) hash_long(key, bits) argument
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
Dwlan_crypto_global_api.c146 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/
Dwlan_crypto_global_api.h831 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()
Dwlan_crypto_global_def.h549 struct wlan_crypto_key *key[WLAN_CRYPTO_MAX_VLANKEYIX]; member
/wlan-driver/qca-wifi-host-cmn/qdf/src/
Dqdf_parse.c42 char *key = cursor; in qdf_ini_read_values() local
277 static QDF_STATUS qdf_validate_key(char *key) in qdf_validate_key()
Dqdf_talloc.c107 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/
Dwlan_tdls_peer.c36 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/
Dol_rx_defrag.c761 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/
Dqdf_hashtable_test.c28 uintptr_t key; member
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_fips.h40 uint8_t key[FIPS_KEY_LEN]; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rx_defrag.c638 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/
Dhal_rx_flow_info.h67 uint8_t *key; member
Dhal_flow.h80 key_bitwise_shift_left(uint8_t *key, int len, int shift) in key_bitwise_shift_left()
Dhal_rx_flow.c301 uint8_t *key = fst->shifted_key; in hal_flow_toeplitz_create_cache() local
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Dlim_fils_defs.h212 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/
Dsme_api.h4110 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/
Dcfg.c397 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/
Dlim_process_fils.c277 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/
Dwmi_unified_roam_tlv.c2256 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/
Dwlan_cm_public_struct.h62 uint8_t *key; member
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
Dwlan_cm_util.c304 uint8_t *key, struct qdf_mac_addr *bssid, in cm_store_fils_key()

12