| /linux/drivers/crypto/ccree/ |
| A D | cc_aead.c | 61 enum drv_hash_mode auth_mode; member 139 ctx->auth_mode = cc_alg->auth_mode; in cc_aead_init() 313 ctx->auth_mode), in hmac_setkey() 369 switch (ctx->auth_mode) { in validate_keys_sizes() 459 ctx->auth_mode); in cc_get_plain_hmac_key() 609 switch (ctx->auth_mode) { in cc_aead_setkey() 1986 switch (ctx->auth_mode) { in cc_proc_aead() 2314 .auth_mode = DRV_HASH_SHA1, 2334 .auth_mode = DRV_HASH_SHA1, 2414 .auth_mode = DRV_HASH_SHA1, [all …]
|
| A D | cc_driver.h | 164 int auth_mode; member 180 int auth_mode; member
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| A D | cfg80211.c | 181 vif->auth_mode = NONE_AUTH; in ath6kl_set_wpa_version() 183 vif->auth_mode = WPA2_AUTH; in ath6kl_set_wpa_version() 185 vif->auth_mode = WPA_AUTH; in ath6kl_set_wpa_version() 270 if (vif->auth_mode == WPA_AUTH) in ath6kl_set_key_mgmt() 271 vif->auth_mode = WPA_PSK_AUTH; in ath6kl_set_key_mgmt() 280 vif->auth_mode = NONE_AUTH; in ath6kl_set_key_mgmt() 2828 p.auth_mode |= WPA_AUTH; in ath6kl_start_ap() 2830 p.auth_mode |= WPA2_AUTH; in ath6kl_start_ap() 2840 if (p.auth_mode == 0) in ath6kl_start_ap() 2841 p.auth_mode = NONE_AUTH; in ath6kl_start_ap() [all …]
|
| A D | wmi.h | 685 enum auth_mode { enum 738 u8 auth_mode; member 2558 enum auth_mode auth_mode,
|
| /linux/drivers/staging/rtl8192e/ |
| A D | rtllib_wx.c | 407 ieee->auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : in rtllib_wx_set_encode() 409 sec.auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY; in rtllib_wx_set_encode() 411 netdev_dbg(ieee->dev, "Auth: %s\n", sec.auth_mode == WLAN_AUTH_OPEN ? in rtllib_wx_set_encode() 685 ieee->auth_mode = 1; in rtllib_wx_set_auth() 688 ieee->auth_mode = 0; in rtllib_wx_set_auth() 691 ieee->auth_mode = 2; in rtllib_wx_set_auth()
|
| A D | rtllib.h | 533 auth_mode:2, member 1231 int auth_mode; member
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| A D | uap_cmd.c | 34 bss_config->auth_mode = WLAN_AUTH_OPEN; in mwifiex_set_secure_params() 37 bss_config->auth_mode = WLAN_AUTH_SHARED_KEY; in mwifiex_set_secure_params() 40 bss_config->auth_mode = WLAN_AUTH_LEAP; in mwifiex_set_secure_params() 43 bss_config->auth_mode = MWIFIEX_AUTH_MODE_AUTO; in mwifiex_set_secure_params() 280 config->auth_mode = 0x7F; in mwifiex_set_sys_config_invalid_data() 603 if ((bss_cfg->auth_mode <= WLAN_AUTH_SHARED_KEY) || in mwifiex_uap_bss_param_prepare() 604 (bss_cfg->auth_mode == MWIFIEX_AUTH_MODE_AUTO)) { in mwifiex_uap_bss_param_prepare() 610 auth_type->auth_type = (u8)bss_cfg->auth_mode; in mwifiex_uap_bss_param_prepare()
|
| A D | ioctl.h | 96 u16 auth_mode; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mei/ |
| A D | iwl-mei.h | 267 u8 auth_mode; member
|
| A D | sap.h | 374 __le32 auth_mode; member
|
| A D | main.c | 728 .auth_mode = le32_to_cpu(status->conn_info.auth_mode), in iwl_mei_handle_conn_status() 1543 .auth_mode = cpu_to_le32(conn_info->auth_mode), in iwl_mei_host_associated()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | vendor-cmd.c | 46 csme_conn_info->conn_info.auth_mode) || in iwl_mvm_vendor_get_csme_conn_info()
|
| /linux/drivers/staging/rtl8192e/rtl8192e/ |
| A D | rtl_cam.c | 33 (priv->rtllib->auth_mode != 2)) { in rtl92e_enable_hw_security_config()
|
| /linux/drivers/crypto/bcm/ |
| A D | spu2.h | 205 enum hash_alg auth_alg, enum hash_mode auth_mode,
|
| A D | spu.h | 261 enum hash_mode auth_mode,
|
| A D | spu2.c | 615 enum spu2_hash_mode auth_mode) in spu2_fmd_ctrl0_write() argument 635 ((u64)auth_mode << SPU2_HASH_MODE_SHIFT)); in spu2_fmd_ctrl0_write() 1246 enum hash_alg auth_alg, enum hash_mode auth_mode, in spu2_request_pad() argument
|
| A D | cipher.h | 392 enum hash_mode auth_mode,
|
| A D | spu.c | 1029 enum hash_mode auth_mode, in spum_request_pad() argument 1047 (auth_mode == HASH_MODE_XCBC)) { in spum_request_pad()
|
| /linux/drivers/crypto/gemini/ |
| A D | sl3516-ce.h | 177 u32 auth_mode :1; member
|
| /linux/drivers/crypto/chelsio/ |
| A D | chcr_crypto.h | 221 unsigned char auth_mode; member
|
| A D | chcr_algo.h | 239 unsigned int auth_mode; member
|
| A D | chcr_algo.c | 1520 params->auth_mode = CHCR_SCMD_AUTH_MODE_SHA1; in get_alg_config() 1525 params->auth_mode = CHCR_SCMD_AUTH_MODE_SHA224; in get_alg_config() 1530 params->auth_mode = CHCR_SCMD_AUTH_MODE_SHA256; in get_alg_config() 1535 params->auth_mode = CHCR_SCMD_AUTH_MODE_SHA512_384; in get_alg_config() 1540 params->auth_mode = CHCR_SCMD_AUTH_MODE_SHA512_512; in get_alg_config() 1605 FILL_SEC_CPL_SCMD0_SEQNO(0, 0, 0, param->alg_prm.auth_mode, in create_hash_wr() 2536 actx->auth_mode, aeadctx->hmac_ctrl, in create_authenc_wr() 3667 actx->auth_mode = param.auth_mode; in chcr_authenc_setkey() 3733 actx->auth_mode = CHCR_SCMD_AUTH_MODE_NOP; in chcr_aead_digest_null_setkey()
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| A D | ipw2100.c | 5139 u8 auth_mode; member 5145 int auth_mode, in ipw2100_set_security_information() argument 5164 security->auth_mode = auth_mode; in ipw2100_set_security_information() 5476 auth_mode = IPW_AUTH_OPEN; in ipw2100_configure_security() 5479 auth_mode = IPW_AUTH_SHARED; in ipw2100_configure_security() 5481 auth_mode = IPW_AUTH_LEAP_CISCO_ID; in ipw2100_configure_security() 5583 (priv->ieee->sec.auth_mode != sec->auth_mode)) { in shim__set_security() 5584 priv->ieee->sec.auth_mode = sec->auth_mode; in shim__set_security() 5855 sec.auth_mode = WLAN_AUTH_SHARED_KEY; in ipw2100_wpa_set_auth_algs() 5858 sec.auth_mode = WLAN_AUTH_OPEN; in ipw2100_wpa_set_auth_algs() [all …]
|
| A D | libipw_wx.c | 441 sec.auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : in libipw_wx_set_encode() 445 sec.auth_mode == WLAN_AUTH_OPEN ? in libipw_wx_set_encode()
|
| /linux/drivers/net/wireless/atmel/ |
| A D | at76c50x-usb.h | 407 int auth_mode; /* authentication type: 0 open, 1 shared key */ member
|