/external/wpa_supplicant_8/src/radius/ |
D | radius.c | 388 os_memcpy(msg->hdr->authenticator, req_authenticator, in radius_msg_finish_srv() 389 sizeof(msg->hdr->authenticator)); in radius_msg_finish_srv() 402 md5_vector(4, addr, len, msg->hdr->authenticator); in radius_msg_finish_srv() 420 os_memset(msg->hdr->authenticator, 0, MD5_MAC_LEN); in radius_msg_finish_acct() 425 md5_vector(2, addr, len, msg->hdr->authenticator); in radius_msg_finish_acct() 654 os_memcpy(orig_authenticator, msg->hdr->authenticator, in radius_msg_verify_msg_auth() 656 os_memcpy(msg->hdr->authenticator, req_auth, in radius_msg_verify_msg_auth() 657 sizeof(msg->hdr->authenticator)); in radius_msg_verify_msg_auth() 663 os_memcpy(msg->hdr->authenticator, orig_authenticator, in radius_msg_verify_msg_auth() 690 sent_msg->hdr->authenticator)) { in radius_msg_verify() [all …]
|
D | radius_server.c | 582 if (!radius_msg_add_mppe_keys(msg, hdr->authenticator, in radius_server_encapsulate_eap() 600 hdr->authenticator) < 0) { in radius_server_encapsulate_eap() 645 hdr->authenticator) < in radius_server_reject() 719 radius_msg_get_hdr(msg)->authenticator, 16) == 0) { in radius_server_request() 833 os_memcpy(sess->last_authenticator, hdr->authenticator, 16); in radius_server_request()
|
/external/wpa_supplicant/ |
D | radius.c | 335 os_memcpy(msg->hdr->authenticator, req_authenticator, in radius_msg_finish_srv() 336 sizeof(msg->hdr->authenticator)); in radius_msg_finish_srv() 349 md5_vector(4, addr, len, msg->hdr->authenticator); in radius_msg_finish_srv() 367 os_memset(msg->hdr->authenticator, 0, MD5_MAC_LEN); in radius_msg_finish_acct() 372 md5_vector(2, addr, len, msg->hdr->authenticator); in radius_msg_finish_acct() 608 os_memcpy(orig_authenticator, msg->hdr->authenticator, in radius_msg_verify_msg_auth() 610 os_memcpy(msg->hdr->authenticator, req_auth, in radius_msg_verify_msg_auth() 611 sizeof(msg->hdr->authenticator)); in radius_msg_verify_msg_auth() 616 os_memcpy(msg->hdr->authenticator, orig_authenticator, in radius_msg_verify_msg_auth() 643 sent_msg->hdr->authenticator)) { in radius_msg_verify() [all …]
|
D | radius.h | 28 u8 authenticator[16]; member
|
/external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
D | radius.c | 343 os_memcpy(msg->hdr->authenticator, req_authenticator, in radius_msg_finish_srv() 344 sizeof(msg->hdr->authenticator)); in radius_msg_finish_srv() 357 md5_vector(4, addr, len, msg->hdr->authenticator); in radius_msg_finish_srv() 375 os_memset(msg->hdr->authenticator, 0, MD5_MAC_LEN); in radius_msg_finish_acct() 380 md5_vector(2, addr, len, msg->hdr->authenticator); in radius_msg_finish_acct() 613 os_memcpy(orig_authenticator, msg->hdr->authenticator, in radius_msg_verify_msg_auth() 615 os_memcpy(msg->hdr->authenticator, req_auth, in radius_msg_verify_msg_auth() 616 sizeof(msg->hdr->authenticator)); in radius_msg_verify_msg_auth() 621 os_memcpy(msg->hdr->authenticator, orig_authenticator, in radius_msg_verify_msg_auth() 648 sent_msg->hdr->authenticator)) { in radius_msg_verify() [all …]
|
D | radius_server.c | 394 if (!radius_msg_add_mppe_keys(msg, request->hdr->authenticator, in radius_server_encapsulate_eap() 413 request->hdr->authenticator) < 0) { in radius_server_encapsulate_eap() 458 request->hdr->authenticator) < 0) { in radius_server_reject() 530 os_memcmp(sess->last_authenticator, msg->hdr->authenticator, 16) == in radius_server_request() 643 os_memcpy(sess->last_authenticator, msg->hdr->authenticator, in radius_server_request()
|
/external/webkit/Tools/QtTestBrowser/ |
D | webpage.cpp | 133 void WebPage::authenticationRequired(QNetworkReply* reply, QAuthenticator* authenticator) in authenticationRequired() argument 168 authenticator->setUser(userInput->text()); in authenticationRequired() 169 authenticator->setPassword(passInput->text()); in authenticationRequired()
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_attr_process.c | 22 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator, in wps_process_authenticator() argument 29 if (authenticator == NULL) { in wps_process_authenticator() 50 if (os_memcmp(hash, authenticator, WPS_AUTHENTICATOR_LEN) != 0) { in wps_process_authenticator()
|
D | wps_i.h | 125 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member 216 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
|
D | wps_enrollee.c | 756 wps_process_authenticator(wps, attr->authenticator, msg)) { in wps_process_m2() 846 wps_process_authenticator(wps, attr->authenticator, msg) || in wps_process_m4() 895 wps_process_authenticator(wps, attr->authenticator, msg)) { in wps_process_m6() 942 wps_process_authenticator(wps, attr->authenticator, msg)) { in wps_process_m8()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_attr_process.c | 22 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator, in wps_process_authenticator() argument 29 if (authenticator == NULL) { in wps_process_authenticator() 50 if (os_memcmp(hash, authenticator, WPS_AUTHENTICATOR_LEN) != 0) { in wps_process_authenticator()
|
D | wps_validate.c | 770 static int wps_validate_authenticator(const u8 *authenticator, int mandatory) in wps_validate_authenticator() argument 772 if (authenticator == NULL) { in wps_validate_authenticator() 1386 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m2() 1474 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m3() 1512 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m4() 1579 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m5() 1646 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m6() 1714 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m7() 1788 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m8()
|
D | wps_i.h | 149 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member 268 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
|
D | wps_enrollee.c | 871 wps_process_authenticator(wps, attr->authenticator, msg) || in wps_process_m2() 954 wps_process_authenticator(wps, attr->authenticator, msg) || in wps_process_m4() 1009 wps_process_authenticator(wps, attr->authenticator, msg)) { in wps_process_m6() 1062 wps_process_authenticator(wps, attr->authenticator, msg)) { in wps_process_m8()
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.sim_db | 1 # Example GSM authentication triplet file for EAP-SIM authenticator
|
D | ChangeLog | 362 * added support for EAP-AKA in the integrated EAP authenticator 439 using integrated EAP authenticator for EAP-TLS; new hostapd.conf 452 authenticator 494 * added support for EAP-PEAP in the integrated EAP authenticator 495 * added support for EAP-GTC in the integrated EAP authenticator 497 the integrated EAP authenticator can, e.g., use the wildcard entry 499 * added support for EAP-TTLS in the integrated EAP authenticator 500 * added support for EAP-SIM in the integrated EAP authenticator 502 with the integrated EAP authenticator taking care of EAP 511 * added support for EAP-MSCHAPv2 in the integrated EAP authenticator [all …]
|
D | hostapd.eap_user | 36 # Multiple methods can be configured to make the authenticator try them one by 42 # authenticator advertises the highest supported version and select the version
|
/external/chromium/chrome/common/net/gaia/ |
D | gaia_authenticator.h | 72 const GaiaAuthenticator* authenticator; member 161 GaiaAuthenticator* authenticator; member
|
D | gaia_authenticator.cc | 33 GaiaAuthenticator::AuthParams::AuthParams() : authenticator(NULL), in AuthParams() 71 params.authenticator = this; in MakeParams()
|
/external/e2fsprogs/lib/et/test_cases/ |
D | simple.et | 13 "Can't decode authenticator"
|
D | heimdal.et | 31 ec RD_AP_UNDEC, "Kerberos error: Can't decode authenticator"
|
/external/openssl/include/openssl/ |
D | krb5_asn.h | 141 KRB5_ENCDATA *authenticator; member
|
/external/openssl/crypto/krb5/ |
D | krb5_asn.h | 141 KRB5_ENCDATA *authenticator; member
|
D | krb5_asn.c | 105 ASN1_EXP(KRB5_APREQBODY, authenticator, KRB5_ENCDATA, 4),
|
/external/chromium/chrome/browser/chromeos/login/ |
D | screen_locker.h | 145 void SetAuthenticator(Authenticator* authenticator);
|