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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libsrtp/srtp/
timing 11 # plot authentication-only data
13 set title "Authentication Only"
29 # plot encryption and authentication data
31 set title "Encryption and Authentication"
  /external/nist-sip/java/javax/sip/header/
AuthenticationInfoHeader.java 6 String NAME = "Authentication-Info";
  /external/srtp/
timing 11 # timing.plt # # gnuplot script file for plotting the output generated by srtp_driver -t # # David A. McGrew # Cisco Systems, Inc. # set xrange [0:2500] set term pict "Times-Roman" 9 # # plot authentication-only data # set title "Authentication Only" set ylabel "Megabits per second" set xlabel "Octets in packet" set yrange [0:2000] set output "plot-auth.pict" plot "timing.dat" index 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with lines, "timing.dat" index 2 title "TMMH/SEAL" with lines # # plot encryption-only data # set title "Encryption Only" set ylabel "Megabits per second" set xlabel "Octets in packet" set output "plot-enc.pict" set yrange [0:1200] plot "timing.dat" index 3 title "SEAL" with lines, "timing.dat" index 4 title "AES ICM" with lines # # plot encryption and authentication data # set title "Encryption and Authentication" set ylabel "Megabits per second" set xlabel "Octets in packet" set yrange [0:1000] set output "pl (…)
  /external/wpa_supplicant_8/hostapd/
hostapd.sim_db 1 # Example GSM authentication triplet file for EAP-SIM authenticator
  /external/wpa_supplicant_8/hs20/server/www/
spp.php 38 error_log("spp.php - Authentication failed - missing: " . print_r($needed));
39 die('Authentication failed');
43 error_log("spp.php - Authentication failed - empty username");
44 die('Authentication failed');
62 error_log("spp.php - Authentication failed - user '$user' not found");
63 die('Authentication failed');
66 error_log("spp.php - Authentication failed - empty password");
67 die('Authentication failed');
75 error_log("Authentication failure - response mismatch");
76 die('Authentication failed')
    [all...]
  /external/wpa_supplicant_8/src/ap/
authsrv.h 2 * Authentication server setup
  /external/chromium_org/third_party/libva/va/
va_drmcommon.h 30 /** \brief DRM authentication type. */
38 * This is a deprecated authentication type. All DRI-based drivers have
40 * use DRI2 protocol only, or a custom authentication means. e.g. opt
50 * function since authentication happens on the libva side, implicitly.
56 * This authentication mode is mainly used in non-VA/X11 drivers.
57 * Authentication happens through some alternative method, at the
67 /** \brief DRM authentication type. */
  /hardware/intel/common/libva/va/
va_drmcommon.h 30 /** \brief DRM authentication type. */
38 * This is a deprecated authentication type. All DRI-based drivers have
40 * use DRI2 protocol only, or a custom authentication means. e.g. opt
50 * function since authentication happens on the libva side, implicitly.
56 * This authentication mode is mainly used in non-VA/X11 drivers.
57 * Authentication happens through some alternative method, at the
67 /** \brief DRM authentication type. */
  /external/chromium_org/chrome/browser/chromeos/login/auth/
user_context.h 14 // Information that is passed around while authentication is in progress. The
20 // The authentication flow used during sign-in.
22 // Online authentication against GAIA. GAIA did not redirect to a SAML IdP.
24 // Online authentication against GAIA. GAIA redirected to a SAML IdP.
26 // Offline authentication against a cached key.
  /external/chromium_org/chromeos/test/data/network/
invalid_settings_with_repairs.json 67 "Authentication": "None"
77 "Authentication": "None"
85 "Authentication": "None"
98 "Authentication": "None"
106 "Authentication": 123
115 "Authentication": "None"
124 "Authentication": "None"
132 "Authentication": "None"
140 "Authentication": "None"
149 "Authentication": "None
    [all...]
  /external/chromium_org/ios/public/provider/components/signin/browser/
profile_oauth2_token_service_ios_provider.h 52 // Returns whether authentication is using the shared authentication library.
55 // Initializes the shared authentication library. This method should be called
57 // authentication library.
71 // Returns the authentication error category of |error|.
  /external/chromium_org/third_party/openssl/openssl/android.testssl/
testssl 38 echo test sslv2 with server authentication
42 echo test sslv2 with client authentication
45 echo test sslv2 with both client and server authentication
52 echo test sslv3 with server authentication
55 echo test sslv3 with client authentication
58 echo test sslv3 with both client and server authentication
64 echo test sslv2/sslv3 with server authentication
67 echo test sslv2/sslv3 with client authentication
70 echo test sslv2/sslv3 with both client and server authentication
73 echo test sslv2/sslv3 with both client and server authentication and handshake cutthroug
    [all...]
  /external/openssl/android.testssl/
testssl 38 echo test sslv2 with server authentication
42 echo test sslv2 with client authentication
45 echo test sslv2 with both client and server authentication
52 echo test sslv3 with server authentication
55 echo test sslv3 with client authentication
58 echo test sslv3 with both client and server authentication
64 echo test sslv2/sslv3 with server authentication
67 echo test sslv2/sslv3 with client authentication
70 echo test sslv2/sslv3 with both client and server authentication
73 echo test sslv2/sslv3 with both client and server authentication and handshake cutthroug
    [all...]
  /external/apache-http/src/org/apache/http/auth/
AuthSchemeRegistry.java 42 * Authentication scheme registry that can be used to obtain the corresponding
43 * authentication scheme implementation for a given type of authorization challenge.
63 * retrieve the {@link AuthScheme authentication scheme} from {@link #getAuthScheme}.
66 * Please note that custom authentication preferences, if used, need to be updated accordingly
67 * for the new {@link AuthScheme authentication scheme} to take effect.
82 throw new IllegalArgumentException("Authentication scheme factory may not be null");
88 * Unregisters the class implementing an {@link AuthScheme authentication scheme} with
101 * Gets the {@link AuthScheme authentication scheme} with the given name.
103 * @param name the {@link AuthScheme authentication scheme} identifier
104 * @param params the {@link HttpParams HTTP parameters} for the authentication
    [all...]
AuthState.java 36 * authentication process.
44 /** Actual authentication scheme */
47 /** Actual authentication scope */
50 /** Credentials selected for authentication */
62 * Invalidates the authentication state by resetting its parameters.
75 * Assigns the given {@link AuthScheme authentication scheme}.
77 * @param authScheme the {@link AuthScheme authentication scheme}
88 * Returns the {@link AuthScheme authentication scheme}.
90 * @return {@link AuthScheme authentication scheme}
98 * Returns user {@link Credentials} selected for authentication if availabl
    [all...]
  /external/smack/src/org/jivesoftware/smack/packet/
Authentication.java 26 * Authentication packet, which can be used to login to a XMPP server as well
29 public class Authentication extends IQ {
37 * Create a new authentication packet. By default, the packet will be in
38 * "set" mode in order to perform an actual authentication with the server.
39 * In order to send a "get" request to get the available authentication
44 public Authentication() {
88 * authentication compared to plain text. The digest is the hex-encoded
90 * digest and password are set, digest authentication will be used. If
91 * only one value is set, the respective authentication mode will be used.
101 * digests offer a more secure alternative for authentication compared t
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/integration/
httptlsconnection.py 35 For client authentication, use one of these argument
40 For server authentication, you can either rely on the
41 implicit mutual authentication performed by SRP
43 authentication with one of these argument combinations:
46 Certificate-based server authentication is compatible with
47 SRP or certificate-based client authentication.
70 @param password: SRP password for mutual authentication.
74 @param certChain: Certificate chain for client authentication.
78 @param privateKey: Private key for client authentication.
imap4_tls.py 24 For client authentication, use one of these argument
29 For server authentication, you can either rely on the
30 implicit mutual authentication performed by SRP
32 authentication with one of these argument combinations:
35 Certificate-based server authentication is compatible with
36 SRP or certificate-based client authentication.
54 @param password: SRP password for mutual authentication.
58 @param certChain: Certificate chain for client authentication.
62 @param privateKey: Private key for client authentication.
  /external/chromium_org/net/http/
http_auth.h 25 // Utility class for http authentication.
28 // Http authentication can be done the the proxy server, origin server,
52 AUTHORIZATION_RESULT_INVALID, // The authentication challenge headers are
64 // Describes where the identity used for authentication came from.
122 // Returns a string representation of an authentication Scheme.
132 // |origin| is used by the NTLM and Negotiation authentication scheme to
144 // authentication attempt. For connection-based authentication schemes, the
145 // new response may be another round in a multi-round authentication sequence.
151 // authentication round
    [all...]
http_auth_handler_factory.h 51 // Creates an HttpAuthHandler object based on the authentication
58 // If |*challenge| specifies an unsupported authentication scheme, |*handler|
67 // |digest_nonce_count| is specifically intended for the Digest authentication
72 // If |origin| does not match the authentication method's filters for
85 // Creates an HTTP authentication handler based on the authentication
96 // Creates an HTTP authentication handler based on the authentication
113 // |resolver| is used by the Negotiate authentication handler to perform
140 // authentication scheme such as Basic, Digest, or Negotiate
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto_types.h 56 * Authentication functions that use the Universal Security Transform
62 * strongest available authentication function and cipher,
151 * @defgroup Authentication Authentication Function Types
153 * @brief Each authentication function type is identified by an
154 * unsigned integer. The authentication function types available in
157 * An auth_type_id_t is an identifier for an authentication function type;
162 * authentication function, allowing an application to choose the
172 * @brief The null authentication function performs no authentication
    [all...]
  /external/srtp/crypto/include/
crypto_types.h 56 * Authentication functions that use the Universal Security Transform
62 * strongest available authentication function and cipher,
137 * @defgroup Authentication Authentication Function Types
139 * @brief Each authentication function type is identified by an
140 * unsigned integer. The authentication function types available in
143 * An auth_type_id_t is an identifier for an authentication function type;
148 * authentication function, allowing an application to choose the
158 * @brief The null authentication function performs no authentication
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
AutoLoginProcessor.java 16 * @param authToken The authentication token access is being requested for.
17 * @param success Whether or not the authentication attempt was successful.
  /external/chromium_org/chrome/browser/android/
password_authentication_manager.h 22 // Request an authentication challenge for the specified webcontents to allow
23 // password autofill. If the authentication is successful, run the
  /external/chromium_org/chrome/browser/signin/
local_auth.h 5 // The local-auth module allows for user authentication in the case when
6 // on-line authentication is not possible (e.g. there is no network

Completed in 395 milliseconds

12 3 4 5 6 7 8 91011>>