/external/llvm/docs/ |
HowToAddABuilder.html | 68 to authenticate your buildslave.</p></li>
|
/external/openssh/ |
auth-passwd.c | 77 * Tries to authenticate the user using password. Returns true if
|
/external/wpa_supplicant_8/src/ap/ |
ap_mlme.c | 57 "MLME-AUTHENTICATE.indication(" MACSTR ", %s)",
|
/frameworks/av/media/libstagefright/rtsp/ |
MyTransmitter.h | 265 void authenticate(const sp<ARTSPResponse> &response) { function in struct:android::MyTransmitter 266 ssize_t i = response->mHeaders.indexOfKey("www-authenticate"); 383 LOG(INFO) << "FAILED to authenticate"; 388 authenticate(response);
|
/frameworks/base/core/java/android/content/ |
SyncStats.java | 30 * The SyncAdapter was unable to authenticate the {@link android.accounts.Account}
|
/frameworks/base/docs/html/guide/topics/security/ |
index.jd | 22 If you generated the token you?re currently using to authenticate with the C2DM servers before October 2011, it will stop working.</p>
|
/libcore/luni/src/test/java/libcore/java/net/ |
URLConnectionTest.java | [all...] |
/external/chromium/net/http/ |
http_response_headers_unittest.cc | 486 // Even though WWW-Authenticate has commas, it should not be treated as 490 "WWW-Authenticate:Digest realm=foobar, nonce=x, domain=y\n" 491 "WWW-Authenticate:Basic realm=quatar\n"; 498 EXPECT_TRUE(parsed->EnumerateHeader(&iter, "WWW-Authenticate", &value)); 500 EXPECT_TRUE(parsed->EnumerateHeader(&iter, "WWW-Authenticate", &value)); 502 EXPECT_FALSE(parsed->EnumerateHeader(&iter, "WWW-Authenticate", &value)); [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
Connection.java | 145 * After a successful connect, one has to authenticate oneself. This method 219 * After a successful connect, one has to authenticate oneself. This method 279 * After a successful connect, one has to authenticate oneself. This method 328 * After a successful connect, one has to authenticate oneself. 379 * After a successful connect, one has to authenticate oneself. [all...] |
/external/chromium/chrome/browser/chromeos/ |
boot_times_loader.cc | 53 static const char kUmaAuthenticate[] = "BootTime.Authenticate"; 367 AddLoginTimeMarker("Authenticate", true);
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediachannel.h | 205 ERROR_PLAY_SRTP_AUTH_FAILED, // Failed to authenticate packets. 430 ERROR_PLAY_SRTP_AUTH_FAILED, // Failed to authenticate packets.
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPHeaderList.java | 491 * headerValue. This will not give a reasonable result for WWW-Authenticate, 492 * Authorization, Proxy-Authenticate and Proxy-Authorization and hence this
|
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
bugzilla_unittest.py | 295 bugzilla.authenticate = lambda: None 313 bugzilla.authenticate = lambda: None
|
/external/wpa_supplicant_8/wpa_supplicant/ |
driver_i.h | 54 if (wpa_s->driver->authenticate) 55 return wpa_s->driver->authenticate(wpa_s->drv_priv, params);
|
/frameworks/base/docs/html/training/id-auth/ |
authenticate.jd | 26 <p>In order to securely access an online service, users need to authenticate to 216 authenticate requests, the techniques discussed here are broadly
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
apConnApi.h | 112 /* 9 */ ROAMING_TRIGGER_AP_DISCONNECT, /**< AP disconnect (de-authenticate or disassociate) */ 424 * \param listAPs - Pointer to List of APs to pre-authenticate
|
/libcore/luni/src/main/java/libcore/net/http/ |
HttpURLConnectionImpl.java | 405 ? "Proxy-Authenticate" 406 : "WWW-Authenticate";
|
/external/chromium/chrome/browser/chromeos/login/ |
enterprise_enrollment_screen.cc | 39 void EnterpriseEnrollmentScreen::Authenticate(const std::string& user,
|
screen_lock_view.cc | 233 screen_locker_->Authenticate(password_field_->text());
|
/external/chromium/chrome/common/net/gaia/ |
gaia_auth_fetcher.h | 17 // Authenticate a user against the Google Accounts ClientLogin API
|
/external/chromium/net/tools/testserver/ |
chromiumsync.py | 750 if contents == sync_pb2.ClientToServerMessage.AUTHENTICATE: 751 print '%s Authenticate' % log_context 754 response.authenticate.user.email = 'syncjuser@chromium' 755 response.authenticate.user.display_name = 'Sync J User' [all...] |
/external/dbus/ |
NEWS.pre-1-2 | 131 authenticate as nobody in particular
|
/external/dropbear/ |
session.h | 174 int childpipe; /* kept open until we successfully authenticate */
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
RemoteX11AcceptThread.java | 80 * 1 (0 failed, 2 authenticate, 1 success)
|
/external/ipsec-tools/src/racoon/doc/ |
README.plainrsa | 16 wishes to authenticate in this manner.
|