HomeSort by relevance Sort by last modified time
    Searched full:authenticated (Results 126 - 150 of 323) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libdrm/tests/ttmtest/src/
xf86dri.c 246 rep.authenticated = 0;
247 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.authenticated) {
xf86dristr.h 156 CARD32 authenticated B32;
  /external/libvncserver/webclients/java-applet/ssl/
README 194 into an HTTPS website via password they are authenticated and
218 into an HTTPS website via password they are authenticated and
  /external/mesa3d/src/glx/
XF86dri.c 238 rep.authenticated = 0;
239 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.authenticated) {
xf86dristr.h 148 CARD32 authenticated B32;
  /external/ppp/pppd/
session.c 307 * has not been authenticated using local UNIX system services.
379 * Enter the user in lastlog only if he has been authenticated using
pppd.h 225 extern char peer_authname[];/* Authenticated name of peer */
265 extern struct notifier *auth_up_notifier; /* peer has authenticated */
563 /* peer successfully authenticated itself */
567 /* we successfully authenticated ourselves */
    [all...]
  /frameworks/base/docs/html/training/id-auth/
authenticate.jd 29 more complicated. Not only does the user need to be authenticated to access the
197 it's impossible to tell whether the user has successfully authenticated or not.
  /hardware/intel/common/libva/va/x11/
va_dri.c 246 rep.authenticated = 0;
247 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse) || !rep.authenticated) {
va_dri2.c 209 return rep.authenticated;
va_dristr.h 142 CARD32 authenticated B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis.x 103 NIS_SRVAUTH = 43, /* NIS+ server wasn't authenticated. */
104 NIS_CLNTAUTH = 44, /* NIS+ Client wasn't authenticated. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nis.x 104 NIS_SRVAUTH = 43, /* NIS+ server wasn't authenticated. */
105 NIS_CLNTAUTH = 44, /* NIS+ Client wasn't authenticated. */
  /external/apache-http/src/org/apache/http/impl/auth/
BasicScheme.java 127 * @param request The request being authenticated
  /external/iproute2/man/man8/
ip-xfrm.8 411 .RB "authenticated encryption with associated data (" aead "), and"
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_prm.c 762 HAL_TRACE_DEBUG1 ("Patch downloaded and authenticated. Waiting %i ms for RESET NTF...", post_signature_delay);
769 HAL_TRACE_DEBUG1 ("Patch downloaded and authenticated. Waiting %i ms for NFCC to restart...", post_signature_delay);
777 HAL_TRACE_DEBUG1 ("Patch downloaded and authenticated. Waiting %i ms for NVM update to complete...", post_signature_delay);
    [all...]
  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.xml 152 <event name="authenticated"/>
  /external/openssh/openbsd-compat/
getrrsetbyname-ldns.c 149 /* Check for authenticated data */
  /external/openssh/
servconf.h 116 * authenticated with Kerberos. */
  /external/toybox/toys/pending/
ftpget.c 117 //230 User authenticated, password please; 331 Password request.
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_dump.c 54 case AUTH_PAE_AUTHENTICATED: return "AUTHENTICATED";
eapol_auth_sm.c 285 SM_STATE(AUTH_PAE, AUTHENTICATED)
292 SM_ENTRY_MA(AUTH_PAE, AUTHENTICATED, auth_pae);
302 "authenticated - EAP type: %d (%s)%s",
413 SM_ENTER(AUTH_PAE, AUTHENTICATED);
  /external/wpa_supplicant_8/src/radius/
radius_server.h 109 * 2 = only authenticated provisioning allowed, 3 = both provisioning
  /hardware/intel/common/libva/va/wayland/protocol/
wayland-drm.xml 152 <event name="authenticated"/>
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
JarUtils.java 204 throw new SecurityException("Missing MessageDigest in Authenticated Attributes");

Completed in 233 milliseconds

1 2 3 4 56 7 8 91011>>