Home
last modified time | relevance | path

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

12345678

/wlan-driver/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c
/wlan-driver/wpa_supplicant_8/src/crypto/
H A Dcrypto_linux.c
H A Dcrypto_internal-rsa.c
H A Dcrypto_wolfssl.c
H A Dcrypto_gnutls.c
H A Dcrypto_nettle.c
H A Dcrypto_openssl.c
H A Dcrypto_libtomcrypt.c
H A Ddes-internal.c
H A Daes-omac1.c
H A Dcrypto_module_tests.c
H A Daes-gcm.c
H A Dcrypto_internal-cipher.c
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A 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
H A 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/
H A 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 …]
H A 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
/wlan-driver/wpa_supplicant_8/src/tls/
H A Drsa.c
H A Dpkcs1.c
/wlan-driver/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.c
H A Dikev2_common.c
/wlan-driver/wpa_supplicant_8/src/common/
H A Ddpp_backup.c
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A 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/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.c
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A 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()

12345678