HomeSort by relevance Sort by last modified time
    Searched refs:auth (Results 1 - 25 of 657) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/javax/security/auth/callback/
Callback.java 27 package javax.security.auth.callback;
43 * @see javax.security.auth.callback.CallbackHandler
44 * @see javax.security.auth.callback.ChoiceCallback
45 * @see javax.security.auth.callback.ConfirmationCallback
46 * @see javax.security.auth.callback.LanguageCallback
47 * @see javax.security.auth.callback.NameCallback
48 * @see javax.security.auth.callback.PasswordCallback
49 * @see javax.security.auth.callback.TextInputCallback
50 * @see javax.security.auth.callback.TextOutputCallback
CallbackHandler.java 26 package javax.security.auth.callback;
53 * may be specified in the <i>auth.login.defaultCallbackHandler</i>
  /hardware/intel/common/libva/va/drm/
va_drm_auth_x11.c 82 drm_auth_x11_init(DRMAuthX11 *auth)
95 auth->handle = dlopen(libva_x11_name, RTLD_LAZY | RTLD_GLOBAL);
96 if (!auth->handle) {
101 vtable = &auth->vtable;
106 if (!get_symbol(auth->handle, &vtable->va_dri2_query_extension,
109 if (!get_symbol(auth->handle, &vtable->va_dri2_query_version,
112 if (!get_symbol(auth->handle, &vtable->va_dri2_authenticate,
116 auth->display = vtable->x11_open_display(NULL);
117 if (!auth->display)
120 auth->window = DefaultRootWindow(auth->display)
161 DRMAuthX11 auth; local
    [all...]
  /external/dbus/dbus/
dbus-auth.c 2 /* dbus-auth.c Authentication
25 #include "dbus-auth.h"
52 * per-auth (which raises threadsafety issues too)
54 * @todo grep FIXME in dbus-auth.c
70 typedef dbus_bool_t (* DBusInitialResponseFunction) (DBusAuth *auth,
77 typedef dbus_bool_t (* DBusAuthDataFunction) (DBusAuth *auth,
83 typedef dbus_bool_t (* DBusAuthEncodeFunction) (DBusAuth *auth,
90 typedef dbus_bool_t (* DBusAuthDecodeFunction) (DBusAuth *auth,
97 typedef void (* DBusAuthShutdownFunction) (DBusAuth *auth);
100 * Virtual table representing a particular auth mechanism
340 DBusAuth *auth; local
2249 DBusAuth *auth; local
2295 DBusAuth *auth; local
    [all...]
dbus-auth.h 2 /* dbus-auth.h Authentication
46 DBusAuth* _dbus_auth_ref (DBusAuth *auth);
47 void _dbus_auth_unref (DBusAuth *auth);
48 dbus_bool_t _dbus_auth_set_mechanisms (DBusAuth *auth,
50 DBusAuthState _dbus_auth_do_work (DBusAuth *auth);
51 dbus_bool_t _dbus_auth_get_bytes_to_send (DBusAuth *auth,
53 void _dbus_auth_bytes_sent (DBusAuth *auth,
55 void _dbus_auth_get_buffer (DBusAuth *auth,
57 void _dbus_auth_return_buffer (DBusAuth *auth,
60 void _dbus_auth_get_unused_bytes (DBusAuth *auth,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
auth.h 2 * auth.h, Authentication interface.
34 * is required to pass a AUTH * to routines that create rpc
83 enum_t oa_flavor; /* flavor of auth */
84 caddr_t oa_base; /* address of more auth stuff */
89 * Auth handle, interface to client side authenticators.
91 typedef struct AUTH AUTH;
92 struct AUTH {
97 void (*ah_nextverf) (AUTH *);
98 int (*ah_marshal) (AUTH *, XDR *); /* nextverf & serialize *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
auth.h 2 * auth.h, Authentication interface.
34 * is required to pass a AUTH * to routines that create rpc
83 enum_t oa_flavor; /* flavor of auth */
84 caddr_t oa_base; /* address of more auth stuff */
89 * Auth handle, interface to client side authenticators.
91 typedef struct AUTH AUTH;
92 struct AUTH {
97 void (*ah_nextverf) (AUTH *);
98 int (*ah_marshal) (AUTH *, XDR *); /* nextverf & serialize *
    [all...]
  /libcore/ojluni/src/main/java/javax/security/auth/
Destroyable.java 26 package javax.security.auth;
32 * @see javax.security.auth.Subject
DestroyFailedException.java 26 package javax.security.auth;
  /external/apache-http/src/org/apache/http/auth/params/
AuthPNames.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/params/AuthPNames.java $
32 package org.apache.http.auth.params;
50 * {@link org.apache.http.auth.Credentials}.
59 public static final String CREDENTIAL_CHARSET = "http.auth.credential-charset";
  /external/apache-http/src/org/apache/http/impl/auth/
BasicSchemeFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/BasicSchemeFactory.java $
32 package org.apache.http.impl.auth;
34 import org.apache.http.auth.AuthScheme;
35 import org.apache.http.auth.AuthSchemeFactory;
DigestSchemeFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/DigestSchemeFactory.java $
32 package org.apache.http.impl.auth;
34 import org.apache.http.auth.AuthScheme;
35 import org.apache.http.auth.AuthSchemeFactory;
NTLMEngineException.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/NTLMEngineException.java $
31 package org.apache.http.impl.auth;
33 import org.apache.http.auth.AuthenticationException;
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
tmpCallbackHandler.java 26 import javax.security.auth.callback.Callback;
27 import javax.security.auth.callback.CallbackHandler;
28 import javax.security.auth.callback.UnsupportedCallbackException;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AuthorizationParser.java 68 Authorization auth = new Authorization(); local
69 super.parse(auth);
70 return auth;
  /libcore/ojluni/src/main/java/java/security/
AuthProvider.java 28 import javax.security.auth.Subject;
29 import javax.security.auth.login.LoginException;
30 import javax.security.auth.callback.CallbackHandler;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
tmpCallbackHandler.java 27 import javax.security.auth.callback.Callback;
28 import javax.security.auth.callback.CallbackHandler;
29 import javax.security.auth.callback.UnsupportedCallbackException;
  /external/apache-http/src/org/apache/http/auth/
Credentials.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/Credentials.java $
31 package org.apache.http.auth;
  /prebuilts/tools/common/m2/repository/com/google/auth/google-auth-library-credentials/0.3.0/
google-auth-library-credentials-0.3.0.jar 
  /external/libdrm/tests/
auth.c 69 struct drm_auth auth; local
77 /* Get a client magic number and pass it to the master for auth. */
78 auth.magic = 0; /* Quiet valgrind */
79 ret = ioctl(drmfd, DRM_IOCTL_GET_MAGIC, &auth);
83 ret = write(commfd[0], &auth.magic, sizeof(auth.magic));
85 err(1, "Couldn't write auth data");
94 struct drm_auth auth; local
98 auth.magic = 0xd0d0d0d0;
99 ret = ioctl(drmfd, DRM_IOCTL_AUTH_MAGIC, &auth);
    [all...]
  /external/apache-http/src/org/apache/http/client/
CredentialsProvider.java 33 import org.apache.http.auth.AuthScope;
34 import org.apache.http.auth.Credentials;
  /external/tpm2/
HashSequenceStart.c 27 return ObjectCreateEventSequence(&in->auth, &out->sequenceHandle);
31 return ObjectCreateHashSequence(in->hashAlg, &in->auth, &out->sequenceHandle);
PCR_SetAuthValue.c 27 // If PCR does not belong to an auth group, return TPM_RC_VALUE
45 gc.pcrAuthValues.auth[groupIndex] = in->auth;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/auth/
test_stsanon.py 26 from boto.auth import STSAnonHandler
54 auth = STSAnonHandler('sts.amazonaws.com',
59 value = auth._escape_value('Atza|IQEBLjAsAhRkcxQ')
63 auth = STSAnonHandler('sts.amazonaws.com',
65 query_string = auth._build_query_string(self.request.params)
71 auth = STSAnonHandler('sts.amazonaws.com',
74 auth.add_auth(req)
  /external/jetty/src/java/org/eclipse/jetty/security/
DefaultAuthenticatorFactory.java 59 String auth=configuration.getAuthMethod(); local
62 if (auth==null || Constraint.__BASIC_AUTH.equalsIgnoreCase(auth))
64 else if (Constraint.__DIGEST_AUTH.equalsIgnoreCase(auth))
66 else if (Constraint.__FORM_AUTH.equalsIgnoreCase(auth))
68 else if ( Constraint.__SPNEGO_AUTH.equalsIgnoreCase(auth) )
70 else if ( Constraint.__NEGOTIATE_AUTH.equalsIgnoreCase(auth) ) // see Bug #377076
72 if (Constraint.__CERT_AUTH.equalsIgnoreCase(auth)||Constraint.__CERT_AUTH2.equalsIgnoreCase(auth))

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>