Home
last modified time | relevance | path

Searched refs:auth (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/external/dhcpcd-6.8.2/
Dauth.c106 dhcp_auth_validate(struct authstate *state, const struct auth *auth, in dhcp_auth_validate() argument
134 if (!(auth->options & DHCPCD_AUTH_SEND)) { in dhcp_auth_validate()
141 } else if (protocol != auth->protocol || in dhcp_auth_validate()
142 algorithm != auth->algorithm || in dhcp_auth_validate()
143 rdm != auth->rdm) in dhcp_auth_validate()
148 auth->options & DHCPCD_AUTH_REQUIRE) in dhcp_auth_validate()
274 TAILQ_FOREACH(t, &auth->tokens, next) { in dhcp_auth_validate()
388 get_next_rdm_monotonic_counter(struct auth *auth) in get_next_rdm_monotonic_counter() argument
399 return ++auth->last_replay; /* report error? */ in get_next_rdm_monotonic_counter()
402 return ++auth->last_replay; /* report error? */ in get_next_rdm_monotonic_counter()
[all …]
/external/tcpdump/tests/
Dhsrp_1-v.out2 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
4 …0: state=standby group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
6 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
8 …0: state=standby group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
10 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
12 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
14 …0: state=standby group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
18 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
20 …0: state=standby group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
22 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
[all …]
Dhsrp_2-v.out2 … 20: state=speak group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
4 … 20: state=speak group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
6 … 20: state=speak group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
8 … 20: state=speak group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
12 … 20: state=speak group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
16 … 20: state=speak group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
18 …0: state=standby group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
22 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
28 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
30 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
[all …]
Dhsrp_3-v.out2 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
6 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
8 …0: state=standby group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
10 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
12 …0: state=standby group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
14 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
16 …0: state=standby group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
20 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
22 …20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
24 …0: state=standby group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
[all …]
/external/ppp/pppd/plugins/radius/
Dsendserver.c33 static int rc_pack_list (VALUE_PAIR *vp, char *secret, AUTH_HDR *auth) in rc_pack_list() argument
42 buf = auth->data; in rc_pack_list()
107 vector = (char *)auth->vector; in rc_pack_list()
143 memcpy ((char *) md5buf + secretlen, (char *) auth->vector, in rc_pack_list()
200 AUTH_HDR *auth, *recv_auth; in rc_send_server() local
262 auth = (AUTH_HDR *) send_buffer; in rc_send_server()
263 auth->code = data->code; in rc_send_server()
264 auth->id = data->seq_nbr; in rc_send_server()
268 total_length = rc_pack_list(data->send_pairs, secret, auth) + AUTH_HDR_LEN; in rc_send_server()
270 auth->length = htons ((unsigned short) total_length); in rc_send_server()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp72 int auth, encr = 0; in paramsFromScanResults() local
74 auth = AUTH_WPA2_EAP; in paramsFromScanResults()
76 auth = AUTH_WPA_EAP; in paramsFromScanResults()
78 auth = AUTH_WPA2_PSK; in paramsFromScanResults()
80 auth = AUTH_WPA_PSK; in paramsFromScanResults()
82 auth = AUTH_NONE_OPEN; in paramsFromScanResults()
90 if (auth == AUTH_NONE_OPEN) in paramsFromScanResults()
91 auth = AUTH_NONE_WEP; in paramsFromScanResults()
95 authSelect->setCurrentIndex(auth); in paramsFromScanResults()
96 authChanged(auth); in paramsFromScanResults()
[all …]
/external/selinux/policycoreutils/run_init/
Drun_init.pamd3 #auth sufficient pam_rootok.so
4 auth include system-auth
5 account include system-auth
6 password include system-auth
7 session include system-auth
/external/selinux/policycoreutils/newrole/
Dnewrole.pamd3 # auth sufficient pam_rootok.so
4 auth include system-auth
5 account include system-auth
6 password include system-auth
7 session include system-auth
Dnewrole-lspp.pamd2 auth include system-auth
3 account include system-auth
4 password include system-auth
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_priv.c245 struct privsep_cmd_authenticate *auth; in wpa_priv_cmd_authenticate() local
251 if (len < sizeof(*auth)) { in wpa_priv_cmd_authenticate()
256 auth = buf; in wpa_priv_cmd_authenticate()
257 if (sizeof(*auth) + auth->ie_len + auth->auth_data_len > len) { in wpa_priv_cmd_authenticate()
263 params.freq = auth->freq; in wpa_priv_cmd_authenticate()
264 params.bssid = auth->bssid; in wpa_priv_cmd_authenticate()
265 params.ssid = auth->ssid; in wpa_priv_cmd_authenticate()
266 if (auth->ssid_len > SSID_MAX_LEN) in wpa_priv_cmd_authenticate()
268 params.ssid_len = auth->ssid_len; in wpa_priv_cmd_authenticate()
269 params.auth_alg = auth->auth_alg; in wpa_priv_cmd_authenticate()
[all …]
Dibss_rsn.c42 wpa_auth_sta_deinit(peer->auth); in ibss_rsn_free()
352 if (peer->auth && cb(peer->auth, cb_ctx)) in auth_for_each_sta()
449 peer->auth = wpa_auth_sta_init(ibss_rsn->auth_group, peer->addr, NULL); in ibss_rsn_auth_init()
450 if (peer->auth == NULL) { in ibss_rsn_auth_init()
456 if (wpa_validate_wpa_ie(ibss_rsn->auth_group, peer->auth, in ibss_rsn_auth_init()
467 if (wpa_auth_sm_event(peer->auth, WPA_ASSOC)) in ibss_rsn_auth_init()
470 if (wpa_auth_sta_associated(ibss_rsn->auth_group, peer->auth)) in ibss_rsn_auth_init()
479 struct ieee80211_mgmt auth; in ibss_rsn_send_auth() local
480 const size_t auth_length = IEEE80211_HDRLEN + sizeof(auth.u.auth); in ibss_rsn_send_auth()
486 os_memset(&auth, 0, sizeof(auth)); in ibss_rsn_send_auth()
[all …]
/external/ipsec-tools/
Dsetup.c314 int auth, int hash, int encryption, int length) in add_proposal() argument
321 p->authmethod = auth; in add_proposal()
421 int auth; in setup() local
464 auth = OAKLEY_ATTR_AUTH_METHOD_PSKEY; in setup()
470 auth = OAKLEY_ATTR_AUTH_METHOD_RSASIG; in setup()
478 auth = OAKLEY_ATTR_AUTH_METHOD_XAUTH_PSKEY_I; in setup()
482 auth = OAKLEY_ATTR_AUTH_METHOD_XAUTH_RSASIG_I; in setup()
486 auth = OAKLEY_ATTR_AUTH_METHOD_HYBRID_RSA_I; in setup()
507 add_proposal(remoteconf, auth, in setup()
509 add_proposal(remoteconf, auth, in setup()
[all …]
/external/openssh/contrib/redhat/
Dsshd.pam2 auth required pam_stack.so service=system-auth
4 account required pam_stack.so service=system-auth
5 password required pam_stack.so service=system-auth
6 session required pam_stack.so service=system-auth
/external/apache-http/src/org/apache/http/impl/auth/
DNTLMScheme.java31 package org.apache.http.impl.auth;
35 import org.apache.http.auth.AUTH;
36 import org.apache.http.auth.AuthenticationException;
37 import org.apache.http.auth.Credentials;
38 import org.apache.http.auth.InvalidCredentialsException;
39 import org.apache.http.auth.MalformedChallengeException;
40 import org.apache.http.auth.NTCredentials;
41 import org.apache.http.impl.auth.AuthSchemeBase;
DBasicScheme.java31 package org.apache.http.impl.auth;
36 import org.apache.http.auth.AuthenticationException;
37 import org.apache.http.auth.Credentials;
38 import org.apache.http.auth.AUTH;
39 import org.apache.http.auth.MalformedChallengeException;
40 import org.apache.http.auth.params.AuthParams;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DAuthenticatorAdapter.java45 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication( in authenticate() local
48 if (auth == null) continue; in authenticate()
50 String credential = Credentials.basic(auth.getUserName(), new String(auth.getPassword())); in authenticate()
68 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication( in authenticateProxy() local
72 if (auth == null) continue; in authenticateProxy()
74 String credential = Credentials.basic(auth.getUserName(), new String(auth.getPassword())); in authenticateProxy()
/external/wpa_supplicant_8/src/crypto/
Daes-ccm.c117 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) in aes_ccm_encr_auth() argument
127 auth[i] = x[i] ^ tmp[i]; in aes_ccm_encr_auth()
128 wpa_hexdump_key(MSG_EXCESSIVE, "CCM U", auth, M); in aes_ccm_encr_auth()
132 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth() argument
137 wpa_hexdump_key(MSG_EXCESSIVE, "CCM U", auth, M); in aes_ccm_decr_auth()
142 t[i] = auth[i] ^ tmp[i]; in aes_ccm_decr_auth()
150 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae() argument
169 aes_ccm_encr_auth(aes, M, x, a, auth); in aes_ccm_ae()
180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad() argument
196 aes_ccm_decr_auth(aes, M, a, auth, t); in aes_ccm_ad()
/external/curl/tests/data/
Dtest5407 HTTP proxy Digest auth
15 # this is returned first since we get no proxy-auth
24 # then this is returned when we get proxy-auth
30 Nice proxy auth sir!
42 Nice proxy auth sir!
47 Nice proxy auth sir!
65 HTTP proxy auth Digest multi API re-using connection
Dtest20336 HTTP Basic auth
7 HTTP NTLM auth
14 <!-- Basic auth -->
16 HTTP/1.1 401 Need Basic or NTLM auth
26 <!-- NTML auth -->
28 HTTP/1.1 401 Need Basic or NTLM auth (2)
58 HTTP/1.1 401 Need Basic or NTLM auth
66 HTTP/1.1 401 Need Basic or NTLM auth
Dtest20326 HTTP Basic auth
7 HTTP NTLM auth
13 <!-- Basic auth -->
15 HTTP/1.1 401 Need Basic or NTLM auth
25 <!-- NTML auth -->
27 HTTP/1.1 401 Need Basic or NTLM auth (2)
57 HTTP/1.1 401 Need Basic or NTLM auth
65 HTTP/1.1 401 Need Basic or NTLM auth
Dtest20276 HTTP Digest auth
18 new response just as a duplicate and it sends another and detects the auth
23 <!-- First request has Digest auth, wrong password -->
25 HTTP/1.1 401 Need Digest auth
44 <!-- Second request has Digest auth, right password -->
46 HTTP/1.1 401 Need Digest auth (2)
64 <!-- Third request has Digest auth, wrong password -->
66 HTTP/1.1 401 Need Digest auth (3)
85 <!-- Fourth request has Digest auth, wrong password -->
87 HTTP/1.1 401 Need Digest auth (4)
[all …]
Dtest20266 HTTP Basic auth
7 HTTP Digest auth
16 <!-- First request has Digest auth, wrong password -->
18 HTTP/1.1 401 Need Basic or Digest auth
39 <!-- Second request has Basic auth, right password -->
49 <!-- Third request has Digest auth, wrong password -->
51 HTTP/1.1 401 Need Basic or Digest auth (2)
72 <!-- Fourth request has Basic auth, wrong password -->
84 <!-- Fifth request has Basic auth, right password -->
95 HTTP/1.1 401 Need Basic or Digest auth
[all …]
/external/apache-http/src/org/apache/http/client/protocol/
DRequestTargetAuthentication.java41 import org.apache.http.auth.AUTH;
42 import org.apache.http.auth.AuthScheme;
43 import org.apache.http.auth.AuthState;
44 import org.apache.http.auth.AuthenticationException;
45 import org.apache.http.auth.Credentials;
DRequestProxyAuthentication.java41 import org.apache.http.auth.AUTH;
42 import org.apache.http.auth.AuthScheme;
43 import org.apache.http.auth.AuthState;
44 import org.apache.http.auth.AuthenticationException;
45 import org.apache.http.auth.Credentials;
/external/tpm2/
DMemoryLib.c260 TPM2B_AUTH *auth // IN/OUT: value to adjust in MemoryRemoveTrailingZeros() argument
263 BYTE *a = &auth->t.buffer[auth->t.size-1]; in MemoryRemoveTrailingZeros()
264 for(; auth->t.size > 0; auth->t.size--) in MemoryRemoveTrailingZeros()
269 return auth->t.size; in MemoryRemoveTrailingZeros()

12345678910>>...21