Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 100) sorted by relevance

1234

/wlan-driver/wpa_supplicant_8/src/tls/
H A Dlibtommath.c
H A Dbignum.c
/wlan-driver/wpa_supplicant_8/src/utils/
H A Dcommon.h
H A Dcommon.c
H A Dconst_time.h
H A Dos_unix.c
H A Dos.h
H A Dwpa_debug.h
H A Dutils_module_tests.c
/wlan-driver/wpa_supplicant_8/src/crypto/
H A Dcrypto_wolfssl.c
H A Daes-ccm.c
H A Dcrypto_openssl.c
H A Dcrypto_libtomcrypt.c
H A Daes-siv.c
/wlan-driver/wpa_supplicant_8/src/wps/
H A Dwps_upnp_ssdp.c
H A Dwps_upnp.c
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_def_i.h40 static inline uint16_t wlan_crypto_get_be16(const uint8_t *a) in wlan_crypto_get_be16()
45 static inline void wlan_crypto_put_be16(uint8_t *a, uint16_t val) in wlan_crypto_put_be16()
51 static inline uint16_t wlan_crypto_get_le16(const uint8_t *a) in wlan_crypto_get_le16()
56 static inline void wlan_crypto_put_le16(uint8_t *a, uint16_t val) in wlan_crypto_put_le16()
62 static inline uint32_t wlan_crypto_get_be32(const uint8_t *a) in wlan_crypto_get_be32()
67 static inline void wlan_crypto_put_be32(uint8_t *a, uint32_t val) in wlan_crypto_put_be32()
75 static inline uint32_t wlan_crypto_get_le32(const uint8_t *a) in wlan_crypto_get_le32()
80 static inline void wlan_crypto_put_le32(uint8_t *a, uint32_t val) in wlan_crypto_put_le32()
88 static inline void wlan_crypto_put_be64(u8 *a, u64 val) in wlan_crypto_put_be64()
165 #define WLAN_CRYPTO_SELECTOR(a, b, c, d) \ argument
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_time.c155 bool qdf_system_time_after(qdf_time_t a, qdf_time_t b) in qdf_system_time_after()
162 bool qdf_system_time_before(qdf_time_t a, qdf_time_t b) in qdf_system_time_before()
169 bool qdf_system_time_after_eq(qdf_time_t a, qdf_time_t b) in qdf_system_time_after_eq()
H A Di_qdf_time.h285 static inline bool __qdf_system_time_after(__qdf_time_t a, __qdf_time_t b) in __qdf_system_time_after()
298 static inline bool __qdf_system_time_before(__qdf_time_t a, __qdf_time_t b) in __qdf_system_time_before()
312 static inline bool __qdf_system_time_after_eq(__qdf_time_t a, __qdf_time_t b) in __qdf_system_time_after_eq()
H A Dqdf_crypto.c45 static void xor(uint8_t *a, const uint8_t *b, size_t len) in xor()
157 static inline void xor_128(const uint8_t *a, const uint8_t *b, uint8_t *out) in xor_128()
478 const uint8_t *a[1]; in qdf_aes_s2v() local
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_time.h435 static inline bool qdf_system_time_after(qdf_time_t a, qdf_time_t b) in qdf_system_time_after()
440 static inline bool qdf_system_time_before(qdf_time_t a, qdf_time_t b) in qdf_system_time_before()
445 static inline bool qdf_system_time_after_eq(qdf_time_t a, qdf_time_t b) in qdf_system_time_after_eq()
/wlan-driver/wpa_supplicant_8/src/p2p/
H A Dp2p_utils.c
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dwmm.c
H A Dvlan.c
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified.c226 #define WMI_COMMAND_RECORD(h, a, b) { \ argument
244 #define WMI_COMMAND_TX_CMP_RECORD(h, a, b, da, pa) { \ argument
278 #define WMI_EVENT_RECORD(h, a, b) { \ argument
296 #define WMI_RX_EVENT_RECORD(h, a, b) { \ argument
335 #define WMI_MGMT_COMMAND_RECORD(h, a, b) { \ argument
357 #define WMI_MGMT_COMMAND_TX_CMP_RECORD(h, a, b) { \ argument
382 #define WMI_MGMT_RX_EVENT_RECORD(h, a, b) do { \ argument
400 #define WMI_DIAG_RX_EVENT_RECORD(h, a, b) do { \ argument

1234