HomeSort by relevance Sort by last modified time
    Searched full:authentication (Results 76 - 100 of 1714) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/crypto/
p224_spake.h 22 // permitted authentication attempts otherwise they get many one-shot oracles.)
29 // kResultFailed: The authentication has failed. You can get a human readable
31 // kResultSuccess: The authentication was successful.
50 // peer_type: the type of the local authentication party.
52 // authentication must pass the same value. For the case of a
58 // in the authentication.
74 // The authentication state machine is very simple and each party proceeds
  /external/chromium_org/net/base/
auth.h 17 // Holds info about an authentication challenge that we may want to display
33 // The authentication scheme used, such as "basic" or "digest". If the
45 // Authentication Credentials for an authentication credentials.
84 // Authentication structures
94 AuthState state; // whether we need, have, or gave up on authentication.
97 // We wouldn't instantiate this class if we didn't need authentication.
  /external/ipsec-tools/src/racoon/samples/roadwarrior/
README 2 remote access using hybrid authentication. In this setup, the VPN
18 using authentication against the system password database, and using
22 authentication, IP allocation and accounting. The address and secret
27 is set up to use hybrid authentication (aka mutual group authentication,
60 Note that for now there is no feedback in racoonctl if the authentication
67 hybrid authentication, though this has not been tested.
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.txt 4 database/authentication gateway interface to HLR/AuC. It could be
6 authentication center (HLR/AuC). hostapd will send SIM/AKA
7 authentication queries over a UNIX domain socket to and external
10 hlr_auc_gw can be configured with GSM and UMTS authentication data with
13 dynamic authentication data for EAP-SIM, EAP-AKA, and EAP-AKA' while the
34 -g<triplet file> = path for GSM authentication triplets
79 authentication server for EAP-SIM/AKA/AKA':
README 2 Authenticator and RADIUS authentication server
56 included in the kernel driver: using external RADIUS authentication
62 EAP server (i.e., allow full authentication without requiring
63 an external RADIUS authentication server), and RADIUS authentication
64 server for EAP authentication.
87 Any wired Ethernet driver for wired IEEE 802.1X authentication
111 minimal authentication mechanism for stations, whereas IEEE 802.1X
116 Access Entity, and Authentication Server. Supplicant is a component in
117 a station and it performs the authentication with the Authenticatio
    [all...]
  /frameworks/base/core/java/android/net/http/
HttpAuthHeader.java 22 * HttpAuthHeader: a class to store HTTP authentication-header parameters.
23 * For more information, see: RFC 2617: HTTP Authentication.
29 * Possible HTTP-authentication header tokens to search for:
42 * An authentication scheme. We currently support two different schemes:
86 * value "auth" indicates authentication; the value "auth-int"
87 * indicates authentication with integrity protection.
98 * Is this authentication request a proxy authentication request?
113 * Creates a new HTTP-authentication header object from the
116 * most one authentication-scheme (ensured by the caller)
    [all...]
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5Client.java 34 * SOCKS5 proxy requires authentication. This implementation only supports the no-authentication
35 * authentication method.
122 * Initializes the connection to the SOCKS5 proxy by negotiating authentication method and
123 * requesting a stream for the given digest. Currently only the no-authentication method is
143 // authentication negotiation
147 cmd[1] = (byte) 0x01; // number of authentication methods supported
148 cmd[2] = (byte) 0x00; // authentication method: no-authentication required
156 // check if server responded with correct version and no-authentication method
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
xfm.c 71 /* check if we're doing authentication only */
74 /* perform authentication only */
86 /* derive encryption and authentication keys from the input key */
98 /* perform encryption and authentication */
148 /* check if we're doing authentication only */
151 /* perform authentication only */
163 /* derive encryption and authentication keys from the input key */
174 /* perform encryption and authentication */
231 /* check if we're doing authentication only */
234 /* perform authentication only *
    [all...]
  /external/srtp/crypto/ae_xfm/
xfm.c 36 /* check if we're doing authentication only */
39 /* perform authentication only */
51 /* derive encryption and authentication keys from the input key */
63 /* perform encryption and authentication */
113 /* check if we're doing authentication only */
116 /* perform authentication only */
128 /* derive encryption and authentication keys from the input key */
139 /* perform encryption and authentication */
197 /* check if we're doing authentication only */
200 /* perform authentication only *
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
screenlock_private.idl 8 // Supported authentication types shown on the user pod.
11 // event will not be fired for this authentication type.
14 // clicking on it attempts the authentication. If |value| is
53 // Set the type of the authentication for the user pod. The input field
55 // |authType|: The type of authentication to use.
70 // Note: Some authentication types will not have an input.
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
externalhmac.h 34 // flag is enabled. This allows us to access to authentication keys,
39 // Libsrtp defines authentication function types identified by an unsigned
40 // integer, e.g. HMAC_SHA1 is 3. Using authentication ids, the application
41 // can plug any desired authentication modules into libsrtp.
45 // functions and the corresponding authentication id using
59 // The HMAC context structure used to store authentication keys.
  /external/chromium_org/chrome/browser/signin/
signin_global_error.h 27 // Returns true if there is an authentication error.
30 // Shows re-authentication UI to the user in an attempt to fix the error.
31 // The re-authentication UI will be shown in |browser|.
  /external/chromium_org/components/policy/proto/
chrome_extension_policy.proto 23 // An authentication method that can be used to verify that the client is
26 // No authentication is performed; knowledge of the URL is enough to
41 // The authentication method that the client must use to fetch |download_url|.
  /external/chromium_org/net/http/
http_auth_filter.h 19 // |HttpAuthFilter|s determine whether an authentication scheme should be
25 // Checks if (|url|, |target|) is supported by the authentication scheme.
30 // Whitelist HTTP authentication filter.
  /external/ppp/pppd/plugins/radius/
pppd-radius.8 10 radius.so \- RADIUS authentication plugin for
21 MS-CHAPv2 authentication against a RADIUS server instead of the usual
58 appropriately. If you use the RADIUS plugin, the normal pppd authentication
  /frameworks/base/core/java/android/webkit/
HttpAuthHandler.java 22 * Represents a request for HTTP authentication. Instances of this class are
50 * Instructs the WebView to cancel the authentication request.
56 * Instructs the WebView to proceed with the authentication with the given
  /external/apache-http/src/org/apache/http/client/params/
AuthPolicy.java 41 * The NTLM scheme is a proprietary Microsoft Windows Authentication
43 * authentication schemes).
48 * Digest authentication scheme as defined in RFC2617.
53 * Basic authentication scheme as defined in RFC2617 (considered inherently
  /external/apache-http/src/org/apache/http/impl/auth/
BasicScheme.java 47 * Basic authentication scheme as defined in RFC 2617.
64 /** Whether the basic authentication process is complete */
76 * Returns textual designation of the basic authentication scheme.
89 * @throws MalformedChallengeException is thrown if the authentication challenge
100 * Tests if the Basic authentication process has been completed.
110 * Returns <tt>false</tt>. Basic authentication scheme is request based.
123 * @throws org.apache.http.auth.InvalidCredentialsException if authentication credentials
124 * are not valid or not applicable for this authentication scheme
126 * be generated due to an authentication failure
RFC2617Scheme.java 45 * Abstract authentication scheme class that lays foundation for all
47 * to all authentication schemes defined in RFC 2617.
54 * Authentication parameter map.
72 throw new MalformedChallengeException("Authentication challenge is empty");
82 * Returns authentication parameters map. Keys in the map are lower-cased.
84 * @return the map of authentication parameters
94 * Returns authentication parameter with the given name, if available.
111 * Returns authentication realm. The realm may not be null.
113 * @return the authentication realm
  /external/apache-http/src/org/apache/http/impl/client/
BasicCredentialsProvider.java 66 * Sets the {@link Credentials credentials} for the given authentication
69 * @param authscope the {@link AuthScope authentication scope}
70 * @param credentials the authentication {@link Credentials credentials}
79 throw new IllegalArgumentException("Authentication scope may not be null");
85 * Find matching {@link Credentials credentials} for the given authentication scope.
88 * @param authscope the {@link AuthScope authentication scope}
117 * Get the {@link Credentials credentials} for the given authentication scope.
119 * @param authscope the {@link AuthScope authentication scope}
126 throw new IllegalArgumentException("Authentication scope may not be null");
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen_actor.h 24 // Existing enrollment domain doesn't match authentication user.
75 // Resets the authentication state and invokes the passed callback on
88 // Show an authentication error.
91 // Show non-authentication error.
  /external/chromium_org/chrome/browser/chromeos/login/session/
session_manager.h 27 // initialize OAuth2 authentication session,
64 // authentication context (profile).
71 // Restores authentication session after crash.
122 // the authentication profile.
141 // Authentication/user context.
145 // True if the authentication context cookie jar should contain
146 // authentication cookies from the authentication extension log in flow.
160 // Set of user_id for those users that we should restore authentication
  /external/chromium_org/remoting/protocol/
authentication_method.h 5 // AuthenticationMethod represents an authentication algorithm and its
6 // configuration. It knows how to parse and format authentication
36 // Constructors for various authentication methods.
42 // Parses a string that defines an authentication method. Returns an
  /external/chromium_org/third_party/tlslite/tlslite/integration/
xmlrpctransport.py 48 For client authentication, use one of these argument
53 For server authentication, you can either rely on the
54 implicit mutual authentication performed by SRP or
56 authentication with one of these argument combinations:
59 Certificate-based server authentication is compatible with
60 SRP or certificate-based client authentication.
76 @param password: SRP password for mutual authentication.
80 @param certChain: Certificate chain for client authentication.
84 @param privateKey: Private key for client authentication.
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
package.html 2 This package contains a set of utilities for client side Authentication Challenge handling. It has been

Completed in 579 milliseconds

1 2 34 5 6 7 8 91011>>