Searched refs:auth (Results 1 - 25 of 240) sorted by relevance

12345678910

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
H A Dauth.h2 * auth.h, Authentication interface.
83 enum_t oa_flavor; /* flavor of auth */
84 caddr_t oa_base; /* address of more auth stuff */
110 * The ops and the auth handle provide the interface to the authenticators.
112 * AUTH *auth;
116 #define AUTH_NEXTVERF(auth) \
117 ((*((auth)->ah_ops->ah_nextverf))(auth))
118 #define auth_nextverf(auth) \
119 ((*((auth)
[all...]
H A Dauth_unix.h47 #include <rpc/auth.h>
H A Drpc.h45 #include <rpc/auth.h> /* generic authenticator (client side) */
H A Dauth_des.h23 #include <rpc/auth.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
H A Dauth.h2 * auth.h, Authentication interface.
83 enum_t oa_flavor; /* flavor of auth */
84 caddr_t oa_base; /* address of more auth stuff */
110 * The ops and the auth handle provide the interface to the authenticators.
112 * AUTH *auth;
116 #define AUTH_NEXTVERF(auth) \
117 ((*((auth)->ah_ops->ah_nextverf))(auth))
118 #define auth_nextverf(auth) \
119 ((*((auth)
[all...]
H A Dauth_unix.h47 #include <rpc/auth.h>
H A Drpc.h45 #include <rpc/auth.h> /* generic authenticator (client side) */
H A Dauth_des.h23 #include <rpc/auth.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
H A Dsecurity.h46 void XSecurityFreeXauth(Xauth *auth);
48 /* type for returned auth ids */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
H A Dsecurity.h46 void XSecurityFreeXauth(Xauth *auth);
48 /* type for returned auth ids */
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.eclipse.equinox.security_1.2.0.v20130424-1801.jar ... internal/security/auth/ext/loader/ org/eclipse/equinox/internal/security/auth/nls/ org/eclipse/equinox/internal/security/auth/events/ org/eclipse ...
H A Dorg.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar ... java.lang.annotation.Annotation { } org/apache/http/auth/AUTH.class AUTH.java package org.apache
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
H A Dorg.eclipse.equinox.security_1.2.0.v20130424-1801.jar ... internal/security/auth/ext/loader/ org/eclipse/equinox/internal/security/auth/nls/ org/eclipse/equinox/internal/security/auth/events/ org/eclipse ...
H A Dorg.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar ... java.lang.annotation.Annotation { } org/apache/http/auth/AUTH.class AUTH.java package org.apache
/prebuilts/devtools/tools/lib/
H A Dhttpclient-4.1.1.jar ... conn/routing/ org/apache/http/conn/scheme/ org/apache/http/auth/ org/apache/http/auth/params/ META-INF/NOTICE. ...
/prebuilts/tools/common/http-client/
H A Dhttpclient-4.1.1.jar ... conn/routing/ org/apache/http/conn/scheme/ org/apache/http/auth/ org/apache/http/auth/params/ META-INF/NOTICE. ...
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
H A Dhttpclient-4.1.1.jar ... conn/routing/ org/apache/http/conn/scheme/ org/apache/http/auth/ org/apache/http/auth/params/ META-INF/NOTICE. ...
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dregister.py105 2. send the data as a Basic auth'ed POST.
163 auth = urllib2.HTTPPasswordMgr()
165 auth.add_password(self.realm, host, username, password)
168 auth)
251 def post_to_server(self, data, auth=None):
296 urllib2.HTTPBasicAuthHandler(password_mgr=auth)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dregister.py105 2. send the data as a Basic auth'ed POST.
163 auth = urllib2.HTTPPasswordMgr()
165 auth.add_password(self.realm, host, username, password)
168 auth)
251 def post_to_server(self, data, auth=None):
296 urllib2.HTTPBasicAuthHandler(password_mgr=auth)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_upload.py124 auth = self.last_open.req.headers['Authorization']
125 self.assertFalse('\n' in auth)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_upload.py124 auth = self.last_open.req.headers['Authorization']
125 self.assertFalse('\n' in auth)
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
H A Dclnt.h18 #include <linux/sunrpc/auth.h>
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
H A Dclnt.h18 #include <linux/sunrpc/auth.h>
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
H A Dclnt.h18 #include <linux/sunrpc/auth.h>
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
H A Dclnt.h18 #include <linux/sunrpc/auth.h>

Completed in 530 milliseconds

12345678910