/external/autotest/server/cros/ap_configurators/ |
H A D | belkinF9k1002v4_ap_configurator.py | 26 auth_type = 'WPA-PSK' 28 auth_type = 'WPA2-PSK' 29 self.select_item_from_popup_by_xpath(auth_type, psk,
|
H A D | belkinF7D_ap_configurator.py | 45 auth_type = 'WPA2-PSK' 47 auth_type = 'WPA-PSK' 48 self.select_item_from_popup_by_xpath(auth_type, psk,
|
H A D | belkinF5D7234_ap_configurator.py | 77 auth_type = 'WPA-PSK' 79 auth_type = 'WPA2-PSK' 80 self.select_item_from_popup_by_xpath(auth_type, psk,
|
H A D | belkinF6D4230_ap_configurator.py | 53 auth_type = 'WPA-PSK' 55 auth_type = 'WPA2-PSK' 56 self.select_item_from_popup_by_xpath(auth_type, psk,
|
/external/tcpdump/ |
H A D | print-vrrp.c | 109 int version, type, auth_type = VRRP_AUTH_NONE; /* keep compiler happy */ local 126 auth_type = bp[4]; 127 ND_PRINT((ndo, ", authtype %s", tok2str(auth2str, NULL, auth_type))); 169 if (version == 2 && auth_type == VRRP_AUTH_SIMPLE) { /* simple text password */
|
H A D | print-bfd.c | 91 uint8_t auth_type; member in struct:bfd_auth_header_t 251 tok2str(bfd_v1_authentication_values,"Unknown",bfd_auth_header->auth_type), 252 bfd_auth_header->auth_type,
|
H A D | print-rip.c | 134 uint16_t auth_type = EXTRACT_16BITS(&ni->rip_tag); local 135 if (auth_type == 2) { 141 } else if (auth_type == 3) { 149 } else if (auth_type == 1) {
|
/external/wpa_supplicant_8/hostapd/src/wps/ |
H A D | wps_attr_process.c | 122 const u8 *auth_type) 124 if (auth_type == NULL) { 130 cred->auth_type = WPA_GET_BE16(auth_type); 132 cred->auth_type); 174 if (cred->auth_type == WPS_AUTH_OPEN && 212 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) && 244 wps_process_cred_auth_type(cred, attr->auth_type) || 263 wps_process_cred_auth_type(cred, attr->auth_type) || 121 wps_process_cred_auth_type(struct wps_credential *cred, const u8 *auth_type) argument
|
H A D | wps_attr_parse.h | 45 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
|
/external/wpa_supplicant_8/src/wps/ |
H A D | wps_attr_process.c | 122 const u8 *auth_type) 124 if (auth_type == NULL) { 130 cred->auth_type = WPA_GET_BE16(auth_type); 132 cred->auth_type); 174 if (cred->auth_type == WPS_AUTH_OPEN && 212 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) && 244 wps_process_cred_auth_type(cred, attr->auth_type) || 263 wps_process_cred_auth_type(cred, attr->auth_type) || 121 wps_process_cred_auth_type(struct wps_credential *cred, const u8 *auth_type) argument
|
H A D | wps_attr_parse.h | 45 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
|
/external/wpa_supplicant_8/wpa_supplicant/src/wps/ |
H A D | wps_attr_process.c | 122 const u8 *auth_type) 124 if (auth_type == NULL) { 130 cred->auth_type = WPA_GET_BE16(auth_type); 132 cred->auth_type); 174 if (cred->auth_type == WPS_AUTH_OPEN && 212 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) && 244 wps_process_cred_auth_type(cred, attr->auth_type) || 263 wps_process_cred_auth_type(cred, attr->auth_type) || 121 wps_process_cred_auth_type(struct wps_credential *cred, const u8 *auth_type) argument
|
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
H A D | rfbtightserver.c | 108 uint32_t auth_type; local 118 n = rfbReadExact(cl, (char *)&auth_type, sizeof(auth_type)); 127 auth_type = Swap32IfLE(auth_type); 131 if (auth_type == rtcp->authCaps[i]) 141 switch (auth_type) {
|
/external/srtp/crypto/kernel/ |
H A D | crypto_kernel.c | 208 printf("auth func: %s\n", atype->auth_type->description); 209 printf(" instance count: %d\n", atype->auth_type->ref_count); 211 status = auth_type_self_test(atype->auth_type); 276 atype->auth_type->description); 363 if ((new_at == atype->auth_type) || (id == atype->id)) 375 new_atype->auth_type = new_at; 439 return atype->auth_type;
|
/external/libweave/src/privet/ |
H A D | security_manager.cc | 89 bool SecurityManager::CreateAccessTokenImpl(AuthType auth_type, argument 97 UserAppId{auth_type, {user_id.begin(), user_id.end()}, {}}}; 115 AuthType auth_type, 127 switch (auth_type) { 131 return CreateAccessTokenImpl(auth_type, desired_scope, access_token, 140 return CreateAccessTokenImpl(auth_type, desired_scope, access_token, 156 bool SecurityManager::CreateAccessToken(AuthType auth_type, argument 164 if (auth_type != AuthType::kAnonymous && 172 if (!CreateAccessTokenImpl(auth_type, auth_decoded, desired_scope, 114 CreateAccessTokenImpl( AuthType auth_type, const std::vector<uint8_t>& auth_code, AuthScope desired_scope, std::vector<uint8_t>* access_token, AuthScope* access_token_scope, base::TimeDelta* access_token_ttl, ErrorPtr* error) argument
|
H A D | security_manager.h | 62 bool CreateAccessToken(AuthType auth_type, 103 bool CreateAccessTokenImpl(AuthType auth_type, 110 bool CreateAccessTokenImpl(AuthType auth_type,
|
H A D | privet_types.h | 35 UserAppId(AuthType auth_type, argument 38 : type{auth_type},
|
H A D | security_delegate.h | 25 virtual bool CreateAccessToken(AuthType auth_type,
|
/external/ipsec-tools/src/racoon/ |
H A D | isakmp_xauth.h | 141 int auth_type; member in struct:xauth_ldap_config
|
/external/srtp/crypto/include/ |
H A D | crypto_kernel.h | 88 auth_type_t *auth_type; member in struct:kernel_auth_type
|
/external/wpa_supplicant_8/hostapd/src/common/ |
H A D | privsep_commands.h | 97 u16 auth_type; member in struct:privsep_event_auth
|
/external/wpa_supplicant_8/src/common/ |
H A D | privsep_commands.h | 97 u16 auth_type; member in struct:privsep_event_auth
|
/external/wpa_supplicant_8/wpa_supplicant/src/common/ |
H A D | privsep_commands.h | 97 u16 auth_type; member in struct:privsep_event_auth
|
/external/autotest/client/cros/ |
H A D | vpn_server.py | 148 def __init__(self, auth_type, interface_name, address, network_prefix, 150 self._auth_type = auth_type
|
/external/kernel-headers/original/uapi/linux/ |
H A D | ncp_fs.h | 88 int auth_type; member in struct:ncp_objectname_ioctl
|