HomeSort by relevance Sort by last modified time
    Searched refs:authenticator (Results 26 - 50 of 130) sorted by null

12 3 4 5 6

  /external/chromium_org/remoting/protocol/
protocol_mock_objects.h 17 #include "remoting/protocol/authenticator.h"
196 Authenticator* authenticator,
203 scoped_ptr<Authenticator> authenticator,
206 host_jid, authenticator.get(), config.get()));
connection_to_host.h 35 class Authenticator;
99 // |authenticator| will be used to authenticate the session and data channels.
105 scoped_ptr<Authenticator> authenticator,
158 scoped_ptr<Authenticator> authenticator_;
connection_to_host.cc 15 #include "remoting/protocol/authenticator.h"
56 scoped_ptr<Authenticator> authenticator,
66 authenticator_ = authenticator.Pass();
libjingle_transport_factory.cc 62 scoped_ptr<ChannelAuthenticator> authenticator) OVERRIDE;
83 // Callback for Authenticator::SecureAndAuthenticate();
169 scoped_ptr<ChannelAuthenticator> authenticator) {
180 authenticator_ = authenticator.Pass();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpAuthenticator.java 25 import java.net.Authenticator;
40 /** Uses the global authenticator to get the password. */
50 PasswordAuthentication auth = Authenticator.requestPasswordAuthentication(url.getHost(),
52 challenge.getRealm(), challenge.getScheme(), url, Authenticator.RequestorType.SERVER);
69 PasswordAuthentication auth = Authenticator.requestPasswordAuthentication(
72 Authenticator.RequestorType.PROXY);
96 OkAuthenticator authenticator, Response response, Proxy proxy) throws IOException {
113 ? authenticator.authenticateProxy(proxy, request.url(), challenges)
114 : authenticator.authenticate(proxy, request.url(), challenges);
  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
23 if (authenticator == NULL) {
24 wpa_printf(MSG_DEBUG, "WPS: No Authenticator attribute "
31 "validating authenticator");
35 /* Authenticator = HMAC-SHA256_AuthKey(M_prev || M_curr*)
36 * (M_curr* is M_curr without the Authenticator attribute)
44 if (os_memcmp_const(hash, authenticator, WPS_AUTHENTICATOR_LEN) != 0) {
45 wpa_printf(MSG_DEBUG, "WPS: Incorrect Authenticator");
wps_validate.c 764 static int wps_validate_authenticator(const u8 *authenticator, int mandatory)
766 if (authenticator == NULL) {
768 wpa_printf(MSG_INFO, "WPS-STRICT: Authenticator "
929 "Authenticator attribute missing");
1380 wps_validate_authenticator(attr.authenticator, 1)) {
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/krb5/
krb5_asn.c 105 ASN1_EXP(KRB5_APREQBODY, authenticator, KRB5_ENCDATA, 4),
118 /* Authenticator stuff */
  /external/openssl/crypto/krb5/
krb5_asn.c 105 ASN1_EXP(KRB5_APREQBODY, authenticator, KRB5_ENCDATA, 4),
118 /* Authenticator stuff */
  /packages/apps/Email/src/com/android/email/activity/setup/
OAuthAuthenticationActivity.java 157 final OAuthAuthenticator authenticator = new OAuthAuthenticator(); local
158 final AuthenticationResult result = authenticator.requestAccess(
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Chromoting.java 391 AccountManager authenticator = AccountManager.get(this); local
395 authenticator.invalidateAuthToken(mAccount.type, mToken);
397 authenticator.getAuthToken(mAccount, TOKEN_SCOPE, null, this, this, null);
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 17 package com.example.android.samplesync.authenticator;
50 class Authenticator extends AbstractAccountAuthenticator {
53 private static final String TAG = "Authenticator";
58 public Authenticator(Context context) {
137 // This call is used to query whether the Authenticator supports
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
wanrouter.h 29 * Added 'authenticator' to 'wan_ppp_conf_t'
174 char authenticator; /* AUTHENTICATOR or not */ member in struct:wan_ppp_conf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
wanrouter.h 29 * Added 'authenticator' to 'wan_ppp_conf_t'
174 char authenticator; /* AUTHENTICATOR or not */ member in struct:wan_ppp_conf
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf

Completed in 840 milliseconds

12 3 4 5 6