HomeSort by relevance Sort by last modified time
    Searched full:authentication (Results 176 - 200 of 1782) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/javax/security/auth/callback/
Callback.java 22 * authentication.
  /packages/apps/Exchange/src/com/android/exchange/
EasAuthenticationException.java 22 * Use this to be able to distinguish login (authentication) failures from other I/O
  /external/apache-http/src/org/apache/http/auth/
AuthScope.java 38 * The class represents an authentication scope consisting of a host name,
39 * a port number, a realm name and an authentication scheme name which
66 * The <tt>null</tt> value represents any authentication scheme.
71 * Default scope matching any host, port, realm and authentication scheme.
77 /** The authentication scheme the credentials apply to. */
91 * <tt>authentication scheme</tt>.
102 * @param scheme the authentication scheme the credentials apply to.
104 * any authentication scheme.
117 * authentication scheme.
135 * authentication scheme
    [all...]
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.h 26 // While it is a generic class that handles GAIA authentication, there are some
106 // overload. If authentication succeeds, you can retrieve the authentication
108 // authentication succeeded or not.
115 // Pass the LSID to authenticate with. If the authentication succeeds, you can
117 // boolean indicating whether authentication succeeded or not.
147 // Fields for items returned when authentication fails.
227 // Get last authentication error.
262 // Helper method to parse response when authentication succeeds.
264 // Helper method to parse response when authentication fails
    [all...]
  /external/openssh/
PROTOCOL.certkeys 1 This document describes a simple public-key certificate authentication
7 The SSH protocol currently supports a simple public key authentication
12 managed, passwordless authentication and centrally certified host keys.
14 These protocol extensions build on the simple public key authentication
15 system already in SSH to allow certificate-based authentication. The
21 A sshd server may be configured to allow authentication via certified
45 algorithm names to add support for certificate authentication without
49 Authentication using the new key formats described below proceeds
50 using the existing SSH "publickey" authentication method described
207 used for authentication
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
SSLParametersImpl.java 38 * ssl socket, whether it require/want client authentication or not,
44 // default source of authentication keys
46 // default source of authentication trust decisions
59 // source of authentication keys
61 // source of authentication trust decisions
76 // if the peer with this parameters tuned to require client authentication
78 // if the peer with this parameters tuned to request client authentication
288 * Tunes the peer holding this parameters to require client authentication
298 * to require client authentication
305 * Tunes the peer holding this parameters to request client authentication
    [all...]
  /external/bluetooth/bluedroid/stack/include/
profiles_api.h 48 #define BT_SEC_IN_AUTHENTICATE BTM_SEC_IN_AUTHENTICATE /* Inbound call requires authentication */
51 #define BT_SEC_OUT_AUTHENTICATE BTM_SEC_OUT_AUTHENTICATE /* Outbound call requires authentication */
  /external/chromium/chrome/browser/remoting/
directory_add_request.h 24 // Invalid authentication token.
49 // authentication. |done_callback| is called when the request is
  /external/chromium/chrome/browser/ui/views/
login_view.h 20 // for HTTP/FTP authentication.
49 // Authentication message.
  /external/chromium_org/chrome/browser/signin/
signin_global_error.h 18 // register an AuthStatusProvider to report their current authentication state,
19 // and should invoke AuthStatusChanged() when their authentication state may
  /external/chromium_org/chrome/browser/ui/android/
login_prompt_android.cc 50 // Notify TabAndroid that HTTP authentication is required for current page.
66 LOG(WARNING) << "HTTP Authentication failed because TabAndroid is "
  /external/chromium_org/chromeos/test/data/network/
network_configs_with_resolved_certs.json 12 "RemoteCertEKU": "TLS Web Server Authentication",
37 "RemoteCertEKU": "TLS Web Server Authentication",
  /external/chromium_org/jingle/notifier/base/
gaia_token_pre_xmpp_auth.h 17 // authentication in GTalk. It looks for the X-GOOGLE-TOKEN auth mechanism
28 // all the methods out as we don't actually do any authentication at
  /external/chromium_org/net/quic/crypto/
aes_128_gcm_12_decrypter.h 27 // It uses an authentication tag of 12 bytes (96 bits). The fixed prefix
32 // Authentication tags are truncated to 96 bits.
aes_128_gcm_12_encrypter.h 27 // It uses an authentication tag of 12 bytes (96 bits). The fixed prefix
32 // Authentication tags are truncated to 96 bits.
  /external/chromium_org/remoting/host/win/
com_security.cc 50 -1, // Let COM choose which authentication services to register.
55 NULL, // Default authentication information is not provided.
  /external/chromium_org/remoting/tools/
runclient.py 7 tries to find the authentication info in the .chromotingAuthToken file
8 so that the host authentication arguments can be automatically set.
  /external/dropbear/
dbclient.1 66 Fork into the background after authentication. A command argument (or -N) is required.
67 This is useful when using password authentication.
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_done_decrypt.c 26 @param tag The authentication tag (to compare against)
27 @param taglen The length of the authentication tag provided
  /external/dropbear/libtomcrypt/src/mac/f9/
f9_file.c 26 @param out [out] Where the authentication tag is to be stored
27 @param outlen [in/out] The max size and resulting size of the authentication tag
  /external/dropbear/libtomcrypt/src/mac/omac/
omac_file.c 26 @param out [out] Where the authentication tag is to be stored
27 @param outlen [in/out] The max size and resulting size of the authentication tag
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_file.c 26 @param out [out] Destination for the authentication tag
27 @param outlen [in/out] Max size and resulting size of the authentication tag
pmac_memory.c 27 @param out [out] Destination for the authentication tag
28 @param outlen [in/out] The max size and resulting size of the authentication tag
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_file.c 26 @param out [out] Where the authentication tag is to be stored
27 @param outlen [in/out] The max size and resulting size of the authentication tag
  /external/ganymed-ssh2/examples/
Basic.java 34 * "Authentication method password not supported by the server at this stage."
41 throw new IOException("Authentication failed.");

Completed in 2168 milliseconds

1 2 3 4 5 6 78 91011>>