HomeSort by relevance Sort by last modified time
    Searched full:credentials (Results 451 - 475 of 864) sorted by null

<<11121314151617181920>>

  /external/lisa/ipynb/thermal/
ThermalSensorCharacterisation.ipynb 90 " # Login credentials\n",
  /external/mockftpserver/MockFtpServer/
pom.xml 11 directories and files, as well as a set of valid user accounts and credentials. The FakeFtpServer
  /external/openssh/
auth-pam.c 611 debug("PAM: deleting credentials");
964 debug("PAM: establishing credentials");
967 debug("PAM: reinitializing credentials");
1088 * modules can handle things like Kerberos/GSI credentials that appear
gss-genr.c 197 debug("Delegating credentials");
  /external/webrtc/talk/app/webrtc/
jsepsessiondescription_unittest.cc 196 // Tests that repeatedly adding the same candidate, with or without credentials,
  /external/webrtc/webrtc/examples/peerconnection/server/
data_socket.cc 29 "Access-Control-Allow-Credentials: true\r\n"
  /external/webrtc/webrtc/p2p/base/
transport_unittest.cc 60 // role, tiebreaker and remote ice mode and credentials after offer and
stun.cc 31 const char STUN_ERROR_REASON_STALE_CREDENTIALS[] = "Stale Credentials";
34 const char STUN_ERROR_REASON_WRONG_CREDENTIALS[] = "Wrong Credentials";
898 // long-term credentials will be calculated using the key and key is
  /external/wpa_supplicant_8/src/crypto/
tls_gnutls.c 261 "credentials: %s", gnutls_strerror(ret));
325 wpa_printf(MSG_INFO, "GnuTLS: Failed to configure credentials "
606 wpa_printf(MSG_INFO, "Failed to configure credentials: %s",
669 wpa_printf(MSG_DEBUG, "Failed to allocate global credentials "
    [all...]
  /frameworks/base/core/java/android/app/
RecoverableSecurityException.java 35 * authentication credentials, or granting access.
  /frameworks/base/core/java/android/content/pm/
ComponentInfo.java 76 * safely run before the user has entered their credentials (such as a lock
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStartInterceptor.java 204 * Creates an intent to intercept the current activity start with Confirm Credentials if needed.
  /frameworks/base/telephony/java/android/telephony/ims/feature/
IMMTelFeature.java 44 * operator's network with the credentials (from ISIM) periodically in order to receive calls
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 116 StructUcred credentials = Libcore.os.getsockoptUcred(clientFd, SOL_SOCKET, SO_PEERCRED);
117 assertEquals(Libcore.os.getpid(), credentials.pid);
118 assertEquals(Libcore.os.getuid(), credentials.uid);
119 assertEquals(Libcore.os.getgid(), credentials.gid);
  /packages/apps/Dialer/java/com/android/voicemail/impl/fetch/
FetchVoicemailReceiver.java 220 VvmLog.w(TAG, "Can't retrieve Imap credentials ", e);
  /external/autotest/
global_config.ini 190 # Credential directory where all credentials files should go. If not specified,
416 credentials: USE SHADOW CREDENTIALS
  /external/wpa_supplicant_8/hostapd/
README-WPS 256 By default, hostapd generates credentials for Enrollees and processing
266 configure credentials for multiple networks.
326 credentials needed to access the network.
  /external/wpa_supplicant_8/src/tls/
tlsv1_client.c 797 * tlsv1_client_set_cred - Set client credentials
799 * @cred: Credentials from tlsv1_cred_alloc()
802 * On success, the client takes ownership of the credentials block and caller
  /frameworks/base/core/java/android/preference/
PreferenceManager.java 416 * credentials (such as a lock pattern or PIN).
436 * with a key tied to user credentials, which can be accessed
437 * <em>only after</em> the user has entered their credentials (such as a
    [all...]
  /prebuilts/go/darwin-x86/src/net/smtp/
smtp_test.go 569 } else if err.Error() != "535 Invalid credentials\nplease see www.example.com" {
570 t.Errorf("Auth: got error: %v, want: %s", err, "535 Invalid credentials\nplease see www.example.com")
583 535-Invalid credentials
  /prebuilts/go/linux-x86/src/net/smtp/
smtp_test.go 569 } else if err.Error() != "535 Invalid credentials\nplease see www.example.com" {
570 t.Errorf("Auth: got error: %v, want: %s", err, "535 Invalid credentials\nplease see www.example.com")
583 535-Invalid credentials
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /external/tcpdump/
print-nfs.c 182 { SUNRPC_AUTH_BADCRED, "Bogus Credentials (seal broken)" },
183 { SUNRPC_AUTH_REJECTEDCRED, "Rejected Credentials (client should begin new session)" },
186 { SUNRPC_AUTH_TOOWEAK, "Credentials are too weak" },
983 * Here we find the address of the ar_verf credentials.
1002 * skip past the ar_verf credentials.
    [all...]

Completed in 1106 milliseconds

<<11121314151617181920>>