Searched refs:authenticated (Results 1 - 9 of 9) sorted by relevance

/external/dbus/dbus/
H A Ddbus-transport-protected.h109 unsigned int authenticated : 1; /**< Cache of auth state; use _dbus_transport_get_is_authenticated() to query value */ member in struct:DBusTransport
H A Ddbus-transport.c147 transport->authenticated = FALSE;
482 * Returns #TRUE if we have been authenticated. Will return #TRUE
489 * @returns whether we're authenticated
503 if (transport->authenticated)
560 /* If we've authenticated as some identity, check that the auth
636 transport->authenticated = maybe_authenticated;
1038 if (!transport->authenticated)
1070 if (!transport->authenticated)
/external/ppp/pppd/plugins/
H A Dwinbind.c269 int authenticated = NOT_AUTHENTICATED; /* not auth */ local
412 authenticated = AUTHENTICATED;
415 authenticated = NOT_AUTHENTICATED;
427 authenticated = NOT_AUTHENTICATED;
431 authenticated = NOT_AUTHENTICATED;
454 if ((authenticated == AUTHENTICATED) && nt_key && !got_user_session_key) {
455 notice("Did not get user session key, despite being authenticated!");
458 return authenticated;
/external/webkit/WebKitTools/Scripts/webkitpy/
H A Dbugzilla.py338 self.authenticated = False
463 if self.authenticated:
468 self.authenticated = True
472 while not self.authenticated:
496 self.authenticated = True
/external/wpa_supplicant/
H A Dwpa_supplicant_i.h205 unsigned int authenticated:1; member in struct:wpa_client_mlme
H A Dmlme.c1026 wpa_printf(MSG_DEBUG, "MLME: authenticated");
1027 wpa_s->mlme.authenticated = 1;
1215 if (wpa_s->mlme.authenticated)
1227 wpa_s->mlme.authenticated = 0;
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_supplicant_i.h204 unsigned int authenticated:1; member in struct:wpa_client_mlme
H A Dmlme.c731 wpa_printf(MSG_DEBUG, "MLME: authenticated");
732 wpa_s->mlme.authenticated = 1;
934 if (wpa_s->mlme.authenticated)
946 wpa_s->mlme.authenticated = 0;
/external/dropbear/libtomcrypt/
H A Dcrypt.tex1403 \textit{res} is set to zero. If all \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 standard). Like EAX and OCB mode, it can be used in a streaming capacity
1579 authentication data (AAD) for security. The AAD is meant to be used as side--channel data you want to be authenticated with the packet. Note: once

Completed in 468 milliseconds