HomeSort by relevance Sort by last modified time
    Searched refs:authenticator (Results 1 - 25 of 31) sorted by null

1 2

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 17 package com.example.android.samplesync.authenticator;
25 * Service to handle Account authentication. It instantiates the authenticator
30 private Authenticator mAuthenticator;
37 mAuthenticator = new Authenticator(this);
Authenticator.java 17 package com.example.android.samplesync.authenticator;
35 class Authenticator extends AbstractAccountAuthenticator {
39 public Authenticator(Context context) {
AuthenticatorActivity.java 17 package com.example.android.samplesync.authenticator;
  /external/wpa_supplicant/
radius.c 174 { RADIUS_ATTR_MESSAGE_AUTHENTICATOR, "Message-Authenticator",
301 "Message-Authenticator\n");
331 printf("WARNING: Could not add Message-Authenticator\n");
335 os_memcpy(msg->hdr->authenticator, req_authenticator,
336 sizeof(msg->hdr->authenticator));
349 md5_vector(4, addr, len, msg->hdr->authenticator);
367 os_memset(msg->hdr->authenticator, 0, MD5_MAC_LEN);
372 md5_vector(2, addr, len, msg->hdr->authenticator);
592 printf("Multiple Message-Authenticator "
601 printf("No Message-Authenticator attribute found\n")
    [all...]
radius.h 28 u8 authenticator[16]; member in struct:radius_hdr
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.c 178 { RADIUS_ATTR_MESSAGE_AUTHENTICATOR, "Message-Authenticator",
309 "Message-Authenticator\n");
339 printf("WARNING: Could not add Message-Authenticator\n");
343 os_memcpy(msg->hdr->authenticator, req_authenticator,
344 sizeof(msg->hdr->authenticator));
357 md5_vector(4, addr, len, msg->hdr->authenticator);
375 os_memset(msg->hdr->authenticator, 0, MD5_MAC_LEN);
380 md5_vector(2, addr, len, msg->hdr->authenticator);
597 printf("Multiple Message-Authenticator "
606 printf("No Message-Authenticator attribute found\n")
    [all...]
radius.h 28 u8 authenticator[16]; member in struct:radius_hdr
radius_server.c 394 if (!radius_msg_add_mppe_keys(msg, request->hdr->authenticator,
413 request->hdr->authenticator) < 0) {
414 RADIUS_DEBUG("Failed to add Message-Authenticator attribute");
458 request->hdr->authenticator) < 0) {
459 RADIUS_DEBUG("Failed to add Message-Authenticator attribute");
530 os_memcmp(sess->last_authenticator, msg->hdr->authenticator, 16) ==
643 os_memcpy(sess->last_authenticator, msg->hdr->authenticator,
755 RADIUS_DEBUG("Invalid Message-Authenticator from %s", abuf);
  /external/openssl/crypto/krb5/
krb5_asn.h 129 ** authenticator[4] EncryptedData
141 KRB5_ENCDATA *authenticator; member in struct:krb5_ap_req_st
148 /* Authenticator Stuff */
193 /* -- Unencrypted authenticator
194 ** Authenticator ::= [APPLICATION 2] SEQUENCE {
195 ** authenticator-vno[0] INTEGER,
krb5_asn.c 105 ASN1_EXP(KRB5_APREQBODY, authenticator, KRB5_ENCDATA, 4),
118 /* Authenticator stuff */
  /external/openssl/include/openssl/
krb5_asn.h 129 ** authenticator[4] EncryptedData
141 KRB5_ENCDATA *authenticator; member in struct:krb5_ap_req_st
148 /* Authenticator Stuff */
193 /* -- Unencrypted authenticator
194 ** Authenticator ::= [APPLICATION 2] SEQUENCE {
195 ** authenticator-vno[0] INTEGER,
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_process.c 22 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
29 if (authenticator == NULL) {
30 wpa_printf(MSG_DEBUG, "WPS: No Authenticator attribute "
37 "validating authenticator");
41 /* Authenticator = HMAC-SHA256_AuthKey(M_prev || M_curr*)
42 * (M_curr* is M_curr without the Authenticator attribute)
50 if (os_memcmp(hash, authenticator, WPS_AUTHENTICATOR_LEN) != 0) {
51 wpa_printf(MSG_DEBUG, "WPS: Incorrect Authenticator");
wps_i.h 125 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member in struct:wps_parse_attr
216 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
wps_attr_parse.c 171 wpa_printf(MSG_DEBUG, "WPS: Invalid Authenticator "
175 attr->authenticator = pos;
244 "Authenticator length %u", len);
wps_enrollee.c 453 /* Save a copy of the last message for Authenticator derivation
756 wps_process_authenticator(wps, attr->authenticator, msg)) {
846 wps_process_authenticator(wps, attr->authenticator, msg) ||
895 wps_process_authenticator(wps, attr->authenticator, msg)) {
942 wps_process_authenticator(wps, attr->authenticator, msg)) {
1031 * Save a copy of the last message for Authenticator derivation if we
1035 * M1 in Authenticator derivation.
1038 /* Save a copy of the last message for Authenticator derivation
1172 * Enrollee is Authenticator */
  /bionic/libc/kernel/common/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /external/kernel-headers/original/linux/
wanrouter.h 29 * Added 'authenticator' to 'wan_ppp_conf_t'
174 char authenticator; /* AUTHENTICATOR or not */ member in struct:wan_ppp_conf
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 24 import com.example.android.samplesync.authenticator.AuthenticatorActivity;
  /external/openssl/ssl/
s3_srvr.c 1967 krb5_data authenticator; local
    [all...]

Completed in 529 milliseconds

1 2