OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authentication
(Results
51 - 75
of
1714
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/sync/
profile_sync_service_observer.h
15
// - There was an
authentication
error and the user needs to reauthenticate.
17
// - Credentials are now in flight for
authentication
.
/external/chromium_org/google_apis/gaia/
gaia_switches.h
10
// Specifies the path for GAIA
authentication
URL. The default value is
18
// Specifies the backend server used for lso
authentication
calls.
/external/chromium_org/net/quic/crypto/
aes_128_gcm_12_decrypter.h
16
// It uses an
authentication
tag of 12 bytes (96 bits). The fixed prefix
21
//
Authentication
tags are truncated to 96 bits.
aes_128_gcm_12_encrypter.h
16
// It uses an
authentication
tag of 12 bytes (96 bits). The fixed prefix
21
//
Authentication
tags are truncated to 96 bits.
/external/chromium_org/third_party/WebKit/ManualTests/blackberry/
video-load-with-authentication.html
4
<title>video-load-with-
authentication
</title>
10
This test case is aming at testing video loading with http
authentication
challenge. To use this test case you should setup your apache2 http server
11
with http
authentication
support first.<br>
13
<h3>Ways to setup the apache2 http server with http
authentication
support</h3>
20
AuthName "Video HTTP
Authentication
"
26
<p>More information about configuring apache2 http
authentication
, please refer to apache 2.0 document: <a href="http://httpd.apache.org/docs/2.0/howto/auth.html">
Authentication
, Authorization and Access Control</a>.</p>
33
<li>Then press load button, and fill the
authentication
challenge pop up dialog with the credential information created before, then wait for the result.</li>
http-auth-challenge.html
4
<p>This test case is to test the behavior of http
authentication
challenge dialog. This is for <a href="https://bugs.webkit.org/show_bug.cgi?id=80135">https://bugs.webkit.org/show_bug.cgi?id=80135</a></p>
10
<li>Start test case, then press Cancel button when
authentication
dialog pops up;</li>
15
<li>Start test case again, then press Ok button without input anything when
authentication
dialog pops up;</li>
/libcore/luni/src/main/java/javax/crypto/
package.html
15
Authentication
may be based on MAC (Message
Authentication
Code) such as HMAC (Hash MAC, i.e. with a SHA-1 hash function).
/libcore/luni/src/main/java/javax/security/auth/callback/
package.html
9
application in order to execute the
authentication
and authorization
11
for
authentication
purposes) and one display some messages (for example error
/external/chromium_org/chrome/browser/chromeos/login/auth/
authentication_notification_details.h
8
// A class to hold the parameters we get back from an
authentication
attempt
/external/chromium_org/chrome/browser/chromeos/login/saml/
saml_offline_signin_limiter.h
30
// SAML can use offline
authentication
against a cached password before being
31
// forced to go through online
authentication
against GAIA again.
38
// the type of
authentication
flow that the user went through.
59
// to use online
authentication
against GAIA.
/external/chromium_org/chromeos/test/data/network/
ethernet_with_eap.onc
3
"
Authentication
":"None",
translation_of_shill_ethernet_with_ipconfig.onc
3
"
Authentication
":"None"
/external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_auth_request_handler.h
30
// Constructs an
authentication
request handler and takes a pointer to a
36
// Returns |PROCEED| if the
authentication
challenge provided is one that the
60
// System timestamp of the last data reduction proxy
authentication
request.
65
// The number of back to back data reduction proxy
authentication
failures
/external/chromium_org/remoting/protocol/
auth_util.h
29
// Size of the HMAC-SHA-256 digest used for channel
authentication
.
33
//
authentication
. Remove them when we finally switch to V2
34
//
authentication
method. crbug.com/110483 .
45
// Returns
authentication
bytes that must be used for the given
channel_authenticator.h
21
//
authentication
. Depending on implementation channel authenticators
31
// Start
authentication
of the given |socket|. |done_callback| is
32
// called when
authentication
is finished. Callback may be invoked
third_party_authenticator_base.h
24
// Implements an
authentication
method that relies on a third party server for
25
//
authentication
of both client and host.
26
// When third party
authentication
is being used, the client must request both a
32
// an
authentication
key, which is used to establish the connection.
48
// XML tag names for third party
authentication
fields.
third_party_client_authenticator.h
21
// Implements the client side of the third party
authentication
mechanism.
25
// interactive
authentication
, the |TokenFetcher| implementation will show the
34
//
authentication
finishes. |token| is an opaque string that should be sent
48
// |token_fetched_callback| is called when the client
authentication
ends,
58
// |host_public_key|. |token_fetcher| is used to get the
authentication
token.
/external/iptables/extensions/
libip6t_ah.man
1
This module matches the parameters in
Authentication
header of IPsec packets.
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java
25
* Service to handle Account
authentication
. It instantiates the authenticator
37
Log.v(TAG, "SampleSyncAdapter
Authentication
Service started.");
45
Log.v(TAG, "SampleSyncAdapter
Authentication
Service stopped.");
/external/wpa_supplicant_8/hostapd/
hostapd.8
13
is a user space daemon for access point and
authentication
servers.
14
It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators and RADIUS
authentication
server.
18
is designed to be a "daemon" program that runs in the background and acts as the backend component controlling
authentication
.
wired.conf
21
# for IEEE 802.1X with external
Authentication
Server, IEEE 802.11
22
#
authentication
with external ACL for MAC addresses, and accounting
32
# RADIUS
authentication
server
/external/chromium_org/chrome/browser/ui/login/
login_prompt.h
30
//
authentication
info to the net::URLRequest that needs it. These functions
51
// Sets information about the
authentication
type (|form|) and the
56
// Returns the WebContents that needs
authentication
.
59
// Resend the request with
authentication
credentials.
70
// if it was waiting for the same
authentication
.
75
// Who/where/what asked for the
authentication
.
78
// Returns whether
authentication
had been handled (SetAuth or CancelAuth).
86
// Notify observers that
authentication
is needed.
102
// Notify observers that
authentication
is supplied.
106
// Notify observers that
authentication
is cancelled
[
all
...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto.h
63
* @brief An auth_type_id_t is an identifier for a particular
authentication
67
*
authentication
function type, e.g. HMAC-SHA1. A NULL_AUTH is
68
* avaliable; this
authentication
function performs no computation,
69
* and can be selected to indicate that no
authentication
is to take
72
* @ingroup
Authentication
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelper.java
42
* @param cacheTime The amount of time (seconds ) for which the
authentication
helper
44
* If you specify -1, then the
authentication
credentials are cached
61
* Attach
authentication
headers to the given request. This looks up
62
* the credential cache and picks up any stored
authentication
headers
64
* @param request - the request for which we attach the
authentication
headers.
/frameworks/base/core/java/android/webkit/
WebViewDatabase.java
27
* <li>HTTP
authentication
username/password pairs</li>
49
* Note that these are unrelated to HTTP
authentication
credentials.
63
* Note that these are unrelated to HTTP
authentication
credentials.
75
* Gets whether there are any saved credentials for HTTP
authentication
.
87
* Clears any saved credentials for HTTP
authentication
.
Completed in 292 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>