Searched refs:auth_type (Results 1 - 25 of 71) sorted by relevance

123

/external/tcpdump/
H A Dprint-vrrp.c90 int version, type, auth_type; local
105 auth_type = bp[4];
106 printf(", authtype %s", tok2str(auth2str, NULL, auth_type));
128 if (auth_type == VRRP_AUTH_SIMPLE) { /* simple text password */
H A Dprint-bfd.c99 u_int8_t auth_type; member in struct:bfd_auth_header_t
254 tok2str(bfd_v1_authentication_values,"Unknown",bfd_auth_header->auth_type),
255 bfd_auth_header->auth_type,
/external/chromium/android/net/
H A Dandroid_network_library_impl.h25 const std::string& auth_type);
H A Dandroid_network_library_impl.cc55 const std::string& auth_type) {
77 jstring auth_string = jni::ConvertUTF8ToJavaString(env, auth_type);
52 VerifyX509CertChain( const std::vector<std::string>& cert_chain, const std::string& hostname, const std::string& auth_type) argument
/external/chromium/net/base/
H A Dandroid_network_library.h31 // |hostname| is validated against the supplied cert. |auth_type| is as per
36 const std::string& auth_type) = 0;
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_process.c122 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 &&
276 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) &&
308 wps_process_cred_auth_type(cred, attr->auth_type) ||
334 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 Dwps_enrollee.c246 u16 auth_type = wps->wps->auth_types; local
249 if (auth_type & WPS_AUTH_WPA2PSK)
250 auth_type = WPS_AUTH_WPA2PSK;
251 else if (auth_type & WPS_AUTH_WPAPSK)
252 auth_type = WPS_AUTH_WPAPSK;
253 else if (auth_type & WPS_AUTH_OPEN)
254 auth_type = WPS_AUTH_OPEN;
255 else if (auth_type & WPS_AUTH_SHARED)
256 auth_type = WPS_AUTH_SHARED;
258 wpa_printf(MSG_DEBUG, "WPS: * Authentication Type (0x%x)", auth_type);
[all...]
H A Dwps_attr_parse.h45 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_process.c122 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 &&
276 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) &&
308 wps_process_cred_auth_type(cred, attr->auth_type) ||
334 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 Dwps_enrollee.c246 u16 auth_type = wps->wps->auth_types; local
249 if (auth_type & WPS_AUTH_WPA2PSK)
250 auth_type = WPS_AUTH_WPA2PSK;
251 else if (auth_type & WPS_AUTH_WPAPSK)
252 auth_type = WPS_AUTH_WPAPSK;
253 else if (auth_type & WPS_AUTH_OPEN)
254 auth_type = WPS_AUTH_OPEN;
255 else if (auth_type & WPS_AUTH_SHARED)
256 auth_type = WPS_AUTH_SHARED;
258 wpa_printf(MSG_DEBUG, "WPS: * Authentication Type (0x%x)", auth_type);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_process.c122 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 &&
276 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) &&
308 wps_process_cred_auth_type(cred, attr->auth_type) ||
334 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 Dwps_enrollee.c246 u16 auth_type = wps->wps->auth_types; local
249 if (auth_type & WPS_AUTH_WPA2PSK)
250 auth_type = WPS_AUTH_WPA2PSK;
251 else if (auth_type & WPS_AUTH_WPAPSK)
252 auth_type = WPS_AUTH_WPAPSK;
253 else if (auth_type & WPS_AUTH_OPEN)
254 auth_type = WPS_AUTH_OPEN;
255 else if (auth_type & WPS_AUTH_SHARED)
256 auth_type = WPS_AUTH_SHARED;
258 wpa_printf(MSG_DEBUG, "WPS: * Authentication Type (0x%x)", auth_type);
[all...]
/external/chromium_org/net/android/
H A Dnetwork_library.h23 // |auth_type| is as per the Java X509Certificate.checkServerTrusted method.
26 const std::string& auth_type);
H A Dnetwork_library.cc28 const std::string& auth_type) {
36 ConvertUTF8ToJavaString(env, auth_type);
26 VerifyX509CertChain( const std::vector<std::string>& cert_chain, const std::string& auth_type) argument
/external/chromium_org/chromeos/network/onc/
H A Donc_normalizer.cc123 std::string auth_type;
124 ipsec->GetStringWithoutPathExpansion(kAuthenticationType, &auth_type);
125 RemoveEntryUnless(ipsec, vpn::kClientCertType, auth_type == kCert);
126 RemoveEntryUnless(ipsec, kServerCARef, auth_type == kCert);
127 RemoveEntryUnless(ipsec, kPSK, auth_type == kPSK);
128 RemoveEntryUnless(ipsec, vpn::kSaveCredentials, auth_type == kPSK);
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c208 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/ipsec-tools/src/racoon/
H A Disakmp_xauth.h141 int auth_type; member in struct:xauth_ldap_config
/external/srtp/crypto/include/
H A Dcrypto_kernel.h88 auth_type_t *auth_type; member in struct:kernel_auth_type
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c318 if ((cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) &&
319 (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK)))
321 else if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK))
323 else if (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK))
329 if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA))
331 if (cred->auth_type & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK))
366 if ((cred->auth_type & WPS_AUTH_OPEN) &&
367 (cred->auth_type & WPS_AUTH_SHARED))
369 else if (cred->auth_type & WPS_AUTH_SHARED)
431 cred->auth_type);
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c318 if ((cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) &&
319 (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK)))
321 else if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK))
323 else if (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK))
329 if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA))
331 if (cred->auth_type & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK))
366 if ((cred->auth_type & WPS_AUTH_OPEN) &&
367 (cred->auth_type & WPS_AUTH_SHARED))
369 else if (cred->auth_type & WPS_AUTH_SHARED)
431 cred->auth_type);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c318 if ((cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) &&
319 (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK)))
321 else if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK))
323 else if (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK))
329 if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA))
331 if (cred->auth_type & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK))
366 if ((cred->auth_type & WPS_AUTH_OPEN) &&
367 (cred->auth_type & WPS_AUTH_SHARED))
369 else if (cred->auth_type & WPS_AUTH_SHARED)
431 cred->auth_type);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dsme.h17 const u8 *bssid, u16 auth_type);
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_mac.cc41 const SecAuthenticationType& auth_type, const char* security_domain,
68 const SecAuthenticationType& auth_type,
104 if (auth_type != kSecAuthenticationTypeAny) {
107 search_attributes_.attr[entries].length = sizeof(auth_type);
109 const_cast<void*>(reinterpret_cast<const void*>(&auth_type));
221 // Returns the PasswordForm Scheme corresponding to |auth_type|.
222 PasswordForm::Scheme SchemeForAuthType(SecAuthenticationType auth_type) {
223 switch (auth_type) {
302 SecAuthenticationType auth_type =
304 form->scheme = SchemeForAuthType(auth_type);
66 Init(const char* server, const UInt32& port, const SecProtocolType& protocol, const SecAuthenticationType& auth_type, const char* security_domain, const char* path, const char* username, OSType creator) argument
660 SecAuthenticationType auth_type = AuthTypeForScheme(scheme); local
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac.cc44 const SecAuthenticationType& auth_type, const char* security_domain,
71 const SecAuthenticationType& auth_type,
107 if (auth_type != kSecAuthenticationTypeAny) {
110 search_attributes_.attr[entries].length = sizeof(auth_type);
112 const_cast<void*>(reinterpret_cast<const void*>(&auth_type));
224 // Returns the PasswordForm Scheme corresponding to |auth_type|.
225 PasswordForm::Scheme SchemeForAuthType(SecAuthenticationType auth_type) { argument
226 switch (auth_type) {
305 SecAuthenticationType auth_type = local
307 form->scheme = SchemeForAuthType(auth_type);
69 Init(const char* server, const UInt32& port, const SecProtocolType& protocol, const SecAuthenticationType& auth_type, const char* security_domain, const char* path, const char* username, OSType creator) argument
664 SecAuthenticationType auth_type = AuthTypeForScheme(scheme); local
[all...]
/external/srtp/include/
H A Dsrtp.h126 auth_type_id_t auth_type; /**< An integer representing the member in struct:crypto_policy_t

Completed in 360 milliseconds

123