Home
last modified time | relevance | path

Searched refs:wlan_crypto_cipher (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_obj_mgr_i.h28 static inline const struct wlan_crypto_cipher *wep_register(void) in wep_register()
33 const struct wlan_crypto_cipher *wep_register(void);
37 static inline const struct wlan_crypto_cipher *tkip_register(void) in tkip_register()
42 const struct wlan_crypto_cipher *tkip_register(void);
46 static inline const struct wlan_crypto_cipher *ccmp_register(void) in ccmp_register()
51 static inline const struct wlan_crypto_cipher *ccmp256_register(void) in ccmp256_register()
56 const struct wlan_crypto_cipher *ccmp_register(void);
57 const struct wlan_crypto_cipher *ccmp256_register(void);
61 static inline const struct wlan_crypto_cipher *gcmp_register(void) in gcmp_register()
66 static inline const struct wlan_crypto_cipher *gcmp256_register(void) in gcmp256_register()
[all …]
H A Dwlan_crypto_global_api.c43 const struct wlan_crypto_cipher *wlan_crypto_cipher_ops[WLAN_CRYPTO_CIPHER_MAX];
768 const struct wlan_crypto_cipher *cipher; in wlan_crypto_setkey()
1157 return ((struct wlan_crypto_cipher *) in wlan_crypto_get_key_type()
1246 struct wlan_crypto_cipher *cipher_table; in wlan_crypto_getkey()
1386 struct wlan_crypto_cipher *cipher_table; in wlan_crypto_delkey()
1469 cipher_table = (struct wlan_crypto_cipher *)key->cipher_table; in wlan_crypto_delkey()
1621 struct wlan_crypto_cipher *cipher_table; in wlan_crypto_encap()
1708 cipher_table = (struct wlan_crypto_cipher *)key->cipher_table; in wlan_crypto_encap()
1729 struct wlan_crypto_cipher *cipher_table; in wlan_crypto_decap()
1818 cipher_table = (struct wlan_crypto_cipher *)key->cipher_table; in wlan_crypto_decap()
[all …]
H A Dwlan_crypto_def_i.h430 struct wlan_crypto_cipher { struct
H A Dwlan_crypto_obj_mgr.c47 extern const struct wlan_crypto_cipher