OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authenticator
(Results
51 - 75
of
276
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Email/res/xml/
eastest_authenticator.xml
23
<account-
authenticator
xmlns:android="http://schemas.android.com/apk/res/android"
pop_imap_authenticator.xml
23
<account-
authenticator
xmlns:android="http://schemas.android.com/apk/res/android"
/external/ppp/pppd/
chap_ms.h
40
#define MS_AUTH_RESPONSE_LENGTH 40 /* MS-CHAPv2
authenticator
response, */
99
/* Are we the
authenticator
or authenticatee? For MS-CHAPv2 key derivation. */
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapAuthenticator.java
39
import javax.obex.
Authenticator
;
46
public class BluetoothPbapAuthenticator implements
Authenticator
{
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
rpc.h
48
#include <rpc/auth.h> /* generic
authenticator
(client side) */
60
#include <rpc/svc_auth.h> /* service side
authenticator
*/
svc_auth.h
47
* Server side
authenticator
/cts/tests/tests/accounts/
AndroidManifest.xml
37
android:resource="@xml/
authenticator
" />
/development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/authenticator/
AuthenticatorActivityTest.java
16
package com.example.android.samplesync.
authenticator
;
/external/wpa_supplicant_8/src/eap_server/
eap_sim_db.h
2
* hostapd / EAP-SIM database/
authenticator
gateway
eap_i.h
2
* hostapd / EAP
Authenticator
state machine internal structures (RFC 4137)
22
/* RFC 4137 - EAP Standalone
Authenticator
*/
120
/* Full
authenticator
state machine local variables */
/external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h
2
* IEEE 802.1X-2004
Authenticator
- EAPOL state machine
eapol_auth_dump.c
2
* IEEE 802.1X-2004
Authenticator
- State dump
153
fprintf(f, "%s
Authenticator
PAE:\n"
212
fprintf(f, "%s
Authenticator
Key Transmit:\n"
/frameworks/base/core/java/android/accounts/
IAccountAuthenticator.aidl
58
* launches an activity that lets the user edit and set the properties for an
authenticator
/cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java
30
* A simple Mock Account
Authenticator
180
* Ask the
authenticator
for a localized label for the given authTokenType.
190
* Checks if the account supports all the specified
authenticator
specific features.
/external/webkit/Tools/QtTestBrowser/
webpage.cpp
133
void WebPage::authenticationRequired(QNetworkReply* reply, QAuthenticator*
authenticator
)
168
authenticator
->setUser(userInput->text());
169
authenticator
->setPassword(passInput->text());
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_i.h
2
* hostapd / EAP
Authenticator
state machine internal structures (RFC 4137)
22
/* RFC 4137 - EAP Standalone
Authenticator
*/
120
/* Full
authenticator
state machine local variables */
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_background.sgml
56
master session key for the
Authenticator
(AP) and Supplicant
61
keys between the
Authenticator
and Supplicant. This handshake is
62
also used to verify that both
Authenticator
and Supplicant know
/external/wpa_supplicant_8/src/wps/
wps_attr_build.c
139
"building
authenticator
");
143
/*
Authenticator
= HMAC-SHA256_AuthKey(M_prev || M_curr*)
144
* (M_curr* is M_curr without the
Authenticator
attribute)
152
wpa_printf(MSG_DEBUG, "WPS: *
Authenticator
");
308
wpa_printf(MSG_DEBUG, "WPS: * Key Wrap
Authenticator
");
/external/chromium/chrome/browser/chromeos/login/
login_performer.cc
288
&
Authenticator
::LoginOffTheRecord));
295
&
Authenticator
::RecoverEncryptedData,
305
&
Authenticator
::ResyncEncryptedData,
472
&
Authenticator
::AuthenticateToLogin,
480
<< "
Authenticator
instance doesn't exist for login attempt retry.";
482
// retry online auth, using existing
Authenticator
instance.
486
&
Authenticator
::RetryAuth,
login_status_consumer.h
96
//
Authenticator
class will call to report the success/failure of
/external/wpa_supplicant/
pmksa_cache.c
46
* @aa:
Authenticator
address
147
* @aa:
Authenticator
address
153
* cache. If an old entry is already in the cache for the same
Authenticator
,
181
/* Replace an old entry for the same
Authenticator
(if found) with the
285
* @aa:
Authenticator
address or %NULL to match any
344
* @aa:
Authenticator
address for the new AP
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
pmksa_cache.c
45
* @aa:
Authenticator
address
152
* @aa:
Authenticator
address
159
* cache. If an old entry is already in the cache for the same
Authenticator
,
188
/* Replace an old entry for the same
Authenticator
(if found) with the
292
* @aa:
Authenticator
address or %NULL to match any
352
* @aa:
Authenticator
address for the new AP
/frameworks/base/obex/javax/obex/
ObexSession.java
50
protected
Authenticator
mAuthenticator;
56
* will cause the
authenticator
to handle the authentication challenge.
185
* will cause the
authenticator
to handle the authentication response.
/external/e2fsprogs/lib/et/test_cases/
heimdal.et
31
ec RD_AP_UNDEC, "Kerberos error: Can't decode
authenticator
"
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
mschapv2.c
67
/*
Authenticator
response is not really needed yet, but calculate it
Completed in 433 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>