Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 25 of 28) sorted by relevance

12

/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dwpa.h129 #define IS_CCX_CIPHER(cipher) \ argument
148 #define IS_WPA_CIPHER(cipher) \ argument
155 #define IS_WPA_BIP_CIPHER(cipher) \ argument
161 #define IS_WAPI_CIPHER(cipher) \ argument
168 #define WAPI_CIPHER_2_CSE_WPI(cipher) \ argument
183 #define IS_VALID_BIP_CIPHER(cipher) \ argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dwpa.h132 #define IS_CCX_CIPHER(cipher) ((cipher) == WPA_CIPHER_CKIP || \ argument
151 #define IS_WPA_CIPHER(cipher) ((cipher) == WPA_CIPHER_NONE || \ argument
162 #define IS_WPA_BIP_CIPHER(cipher) ((cipher) == WPA_CIPHER_BIP || \ argument
168 #define IS_WAPI_CIPHER(cipher) ((cipher) == WAPI_CIPHER_NONE || \ argument
175 #define WAPI_CIPHER_2_CSE_WPI(cipher) ((cipher) == WAPI_CIPHER_SMS4 ? \ argument
197 #define IS_VALID_BIP_CIPHER(cipher) ((cipher) == WPA_CIPHER_BIP || \ argument
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dwpa.h125 #define IS_CCX_CIPHER(cipher) ((cipher) == WPA_CIPHER_CKIP || \ argument
144 #define IS_WPA_CIPHER(cipher) ((cipher) == WPA_CIPHER_NONE || \ argument
155 #define IS_WPA_BIP_CIPHER(cipher) ((cipher) == WPA_CIPHER_BIP || \ argument
161 #define IS_WAPI_CIPHER(cipher) ((cipher) == WAPI_CIPHER_NONE || \ argument
168 #define WAPI_CIPHER_2_CSE_WPI(cipher) ((cipher) == WAPI_CIPHER_SMS4 ? \ argument
190 #define IS_VALID_BIP_CIPHER(cipher) ((cipher) == WPA_CIPHER_BIP || \ argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dwpa.h138 #define IS_WPA_CIPHER(cipher) ((cipher) == WPA_CIPHER_NONE || \ argument
149 #define IS_WAPI_CIPHER(cipher) ((cipher) == WAPI_CIPHER_NONE || \ argument
156 #define WAPI_CIPHER_2_CSE_WPI(cipher) ((cipher) == WAPI_CIPHER_SMS4 ? \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dcipher_internal.h47 mbedtls_cipher_id_t cipher; member
Dssl_ciphersuites.h395 mbedtls_cipher_type_t cipher; member
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/cc3200/
DMQTTCC3200.c104 …port, SlSockSecureFiles_t* certificates, unsigned char sec_method, unsigned int cipher, char serve… in TLSConnectNetwork()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
Dext_symc.c34 mbedtls_cipher_context_t cipher; member
/device/soc/chipsea/cst85/liteos_m/sdk/modules/wifi/console/
Dfhost_command_common.c487 uint32_t cipher; in do_create_ap() local
Dwifi_host_console.c723 uint32_t cipher = 0; in do_ap() local
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dkey.c499 ieee80211_key_alloc(u32 cipher, int idx, size_t key_len, in ieee80211_key_alloc()
Dutil.c3629 ieee80211_cs_get(struct ieee80211_local *local, u32 cipher, in ieee80211_cs_get()
/device/soc/winnermicro/wm800/board/platform/inc/
Dtls_wireless.h135 u16 cipher; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_user.h272 hi_u32 cipher; member
Dmac_vap.h923 hi_u8 cipher; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Dwlan_types.h827 hi_u32 cipher; /* 加密类型 */ member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dhi_wifi_driver_wpa_if.h424 hi_u32 cipher; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/
Dhi_wifi_driver_wpa_if.h413 hi_u32 cipher; member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/net/
Dmac80211.h1780 u32 cipher; member
1853 u32 cipher; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_cfg80211.c2206 u32 cipher = _NO_PRIVACY_; in cfg80211_rtw_get_key() local
3935 static int rtw_cfg80211_set_cipher(struct security_priv *psecuritypriv, u32 cipher, bool ucast) in rtw_cfg80211_set_cipher()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_xmit.c3203 enum security_type cipher = _NO_PRIVACY_; in rtw_mgmt_xmitframe_coalesce() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dwl_cfg80211.h2272 #define is_wapi(cipher) (cipher == WLAN_CIPHER_SUITE_SMS4) ? 1 : 0 argument
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dwl_cfg80211.h2338 #define is_wapi(cipher) (cipher == WLAN_CIPHER_SUITE_SMS4) ? 1 : 0 argument
Dwl_cfg80211.c5466 static u32 wl_rsn_cipher_wsec_algo_lookup(uint32 cipher) in wl_rsn_cipher_wsec_algo_lookup()
5478 static u32 wl_rsn_cipher_wsec_key_algo_lookup(uint32 cipher) in wl_rsn_cipher_wsec_key_algo_lookup()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dwl_cfg80211.c4557 wl_rsn_cipher_wsec_algo_lookup(uint32 cipher) in wl_rsn_cipher_wsec_algo_lookup()
4570 wl_rsn_cipher_wsec_key_algo_lookup(uint32 cipher) in wl_rsn_cipher_wsec_key_algo_lookup()

12