Home
last modified time | relevance | path

Searched refs:authenticated (Results 1 – 17 of 17) sorted by relevance

/external/ppp/pppd/plugins/
Dwinbind.c269 int authenticated = NOT_AUTHENTICATED; /* not auth */ in run_ntlm_auth() local
412 authenticated = AUTHENTICATED; in run_ntlm_auth()
415 authenticated = NOT_AUTHENTICATED; in run_ntlm_auth()
427 authenticated = NOT_AUTHENTICATED; in run_ntlm_auth()
431 authenticated = NOT_AUTHENTICATED; in run_ntlm_auth()
454 if ((authenticated == AUTHENTICATED) && nt_key && !got_user_session_key) { in run_ntlm_auth()
458 return authenticated; in run_ntlm_auth()
/external/dbus/dbus/
Ddbus-transport.c147 transport->authenticated = FALSE; in _dbus_transport_init_base()
503 if (transport->authenticated) in _dbus_transport_get_is_authenticated()
636 transport->authenticated = maybe_authenticated; in _dbus_transport_get_is_authenticated()
1038 if (!transport->authenticated) in _dbus_transport_get_unix_user()
1070 if (!transport->authenticated) in _dbus_transport_get_unix_process_id()
Ddbus-transport-protected.h109 …unsigned int authenticated : 1; /**< Cache of auth state; use _dbus_transport_get_is_a… member
/external/webkit/WebKitTools/Scripts/webkitpy/
Dbugzilla.py338 self.authenticated = False
463 if self.authenticated:
468 self.authenticated = True
472 while not self.authenticated:
496 self.authenticated = True
/external/ppp/pppd/plugins/radius/etc/
Dradiusclient.conf.in52 # program to call for a RADIUS authenticated login
/external/wpa_supplicant/
Dwpa_supplicant_i.h205 unsigned int authenticated:1; member
Dmlme.c1027 wpa_s->mlme.authenticated = 1; in ieee80211_auth_completed()
1215 if (wpa_s->mlme.authenticated) in ieee80211_rx_mgmt_deauth()
1227 wpa_s->mlme.authenticated = 0; in ieee80211_rx_mgmt_deauth()
/external/wpa_supplicant_6/wpa_supplicant/
Dwpa_supplicant_i.h204 unsigned int authenticated:1; member
Dmlme.c732 wpa_s->mlme.authenticated = 1; in ieee80211_auth_completed()
934 if (wpa_s->mlme.authenticated) in ieee80211_rx_mgmt_deauth()
946 wpa_s->mlme.authenticated = 0; in ieee80211_rx_mgmt_deauth()
DChangeLog224 * added support for authenticated EAP-FAST provisioning
/external/dropbear/
DCHANGES86 allow authenticated users to gain elevated privileges. All multi-user systems
/external/dropbear/libtomcrypt/
Dcrypt.tex1403 …textit{taglen} bytes of \textit{tag} can be verified then \textit{res} is set to one (authenticated
1542 Galois counter mode is an IEEE proposal for authenticated encryption (also it is a planned NIST sta…
1579 …ty. The AAD is meant to be used as side--channel data you want to be authenticated with the packe…
/external/grub/docs/
Dgrub.texi3474 @item 32 : Must be authenticated
Dgrub.info3336 32 : Must be authenticated
/external/dbus/
DChangeLog11059 fix to only recover unused bytes if we're already authenticated
11061 authenticated if there are unused bytes.
12879 !authenticated case correctly
/external/webkit/WebKit/mac/
DChangeLog-2006-02-0923278 … - fixed 3304992 - REGRESSION: Every GET on an authenticated site requires a login (genentech)
/external/webkit/WebCore/
DChangeLog-2010-01-2959094 …One feature we lost is that CFNetwork would automatically send previously authenticated credentials