HomeSort by relevance Sort by last modified time
    Searched full:creds (Results 1 - 25 of 30) sorted by null

1 2

  /system/core/libsysutils/src/
SocketClient.cpp 21 struct ucred creds; local
22 socklen_t szCreds = sizeof(creds);
23 memset(&creds, 0, szCreds);
25 int err = getsockopt(socket, SOL_SOCKET, SO_PEERCRED, &creds, &szCreds);
27 mPid = creds.pid;
28 mUid = creds.uid;
29 mGid = creds.gid;
  /external/apache-http/src/org/apache/http/client/protocol/
RequestTargetAuthentication.java 88 Credentials creds = authState.getCredentials(); local
89 if (creds == null) {
96 request.addHeader(authScheme.authenticate(creds, request));
RequestProxyAuthentication.java 88 Credentials creds = authState.getCredentials(); local
89 if (creds == null) {
95 request.addHeader(authScheme.authenticate(creds, request));
  /external/apache-http/src/org/apache/http/impl/client/
DefaultUserTokenHandler.java 80 Credentials creds = authState.getCredentials(); local
81 if (creds != null) {
82 return creds.getUserPrincipal();
BasicCredentialsProvider.java 96 Credentials creds = map.get(authscope); local
97 if (creds == null) {
110 creds = map.get(bestMatch);
113 return creds;
DefaultRequestDirector.java 703 Credentials creds = this.proxyAuthState.getCredentials(); local
704 if (creds != null) {
707 connect.addHeader(authScheme.authenticate(creds, connect));
1079 Credentials creds = authState.getCredentials(); local
    [all...]
  /external/chromium/base/crypto/
rsa_private_key_mac.cc 82 CSSM_ACCESS_CREDENTIALS creds; local
83 memset(&creds, 0, sizeof(CSSM_ACCESS_CREDENTIALS));
86 CSSM_ALGMODE_NONE, &creds, NULL, NULL, CSSM_PADDING_NONE, 0, &cc_handle);
  /external/dbus/dbus/
dbus-auth-script.c 306 DBusCredentials creds; local
325 _dbus_credentials_from_current_process (&creds);
326 _dbus_auth_set_credentials (auth, &creds);
331 DBusCredentials creds; local
350 _dbus_credentials_from_current_process (&creds);
351 _dbus_auth_set_credentials (auth, &creds);
363 DBusCredentials creds = { -1, -1, -1 }; local
364 _dbus_auth_set_credentials (auth, &creds);
369 DBusCredentials creds = { -1, 0, 0 }; local
370 _dbus_auth_set_credentials (auth, &creds);
375 DBusCredentials creds = { -1, 4312, 1232 }; local
    [all...]
dbus-userdb-util.c 156 DBusCredentials creds; local
158 if (!_dbus_credentials_from_username (username, &creds))
161 if (creds.uid == DBUS_UID_UNSET)
164 *uid = creds.uid;
  /external/chromium/net/http/
http_auth_handler_digest_unittest.cc 258 std::string creds = digest->AssembleCredentials(tests[i].req_method, local
262 EXPECT_STREQ(tests[i].expected_creds, creds.c_str());
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 810 struct ucred creds; local
812 memset(&creds, 0, sizeof(creds));
813 socklen_t szCreds = sizeof(creds);
815 err = getsockopt(fd, SOL_SOCKET, SO_PEERCRED, &creds, &szCreds);
827 creds.pid, creds.uid, creds.gid);
  /external/wpa_supplicant/
tls_schannel.c 46 CredHandle creds; member in struct:tls_connection
246 &conn->creds, NULL, NULL /* server name */, sspi_flags, 0,
251 &conn->creds, NULL, NULL /* server name */, sspi_flags, 0,
373 &conn->creds, &conn->context, NULL, sspi_flags, 0,
378 &conn->creds, &conn->context, NULL, sspi_flags, 0,
746 &conn->schannel_cred, NULL, NULL, &conn->creds, &ts_expiry);
750 &conn->schannel_cred, NULL, NULL, &conn->creds, &ts_expiry);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_schannel.c 46 CredHandle creds; member in struct:tls_connection
246 &conn->creds, NULL, NULL /* server name */, sspi_flags, 0,
251 &conn->creds, NULL, NULL /* server name */, sspi_flags, 0,
373 &conn->creds, &conn->context, NULL, sspi_flags, 0,
378 &conn->creds, &conn->context, NULL, sspi_flags, 0,
739 &conn->schannel_cred, NULL, NULL, &conn->creds, &ts_expiry);
743 &conn->schannel_cred, NULL, NULL, &conn->creds, &ts_expiry);
  /external/kernel-headers/original/linux/
netlink.h 166 struct ucred creds; /* Skb credentials */ member in struct:netlink_skb_parms
176 #define NETLINK_CREDS(skb) (&NETLINK_CB((skb)).creds)
  /external/dbus/bus/
bus.c 538 DBusCredentials creds; local
673 if (!_dbus_credentials_from_username (&u, &creds) ||
674 creds.uid < 0 ||
675 creds.gid < 0)
782 if (!_dbus_change_identity (creds.uid, creds.gid, error))
    [all...]
  /external/ipsec-tools/src/racoon/doc/
README.gssapi 8 GSS_C_NO_CREDENTIAL ("use default creds"). Daemons are often started
  /external/dbus/doc/
TODO 45 - clean up the creds issue on *BSD's in dbus/dbus-sysdeps-unix.c.
  /external/kernel-headers/original/linux/sunrpc/
sched.h 132 #define RPC_TASK_ROOTCREDS 0x0040 /* force root creds */
  /external/qemu/
vnc-android.c     [all...]
vnc.c     [all...]
  /system/core/libcutils/
mq.c 628 // Fake gid and uid until we have the real thing. The real creds are
629 // filled in by masterProxyExpectConnection(). These fake creds will
683 // Create a peer proxy so we have somewhere to stash the creds.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
svc.h 153 struct opaque_auth rq_cred; /* raw creds from the wire */
  /external/ipsec-tools/src/racoon/
gssapi.c 248 plog(LLV_DEBUG, LOCATION, NULL, "will try to acquire '%.*s' creds\n",
730 plog(LLV_DEBUG, LOCATION, NULL, "will try to acquire '%.*s' creds\n",
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 245 "Cannot find user creds for the given user name and realm");
  /hardware/ril/libril/
ril.cpp 2257 struct ucred creds; local
    [all...]

Completed in 719 milliseconds

1 2