/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()
|
D | radius.h | 28 u8 authenticator[16]; member
|
/external/wpa_supplicant_8/src/radius/ |
D | radius.c | 384 os_memcpy(msg->hdr->authenticator, req_authenticator, in radius_msg_finish_srv() 385 sizeof(msg->hdr->authenticator)); in radius_msg_finish_srv() 398 md5_vector(4, addr, len, msg->hdr->authenticator); in radius_msg_finish_srv() 416 os_memset(msg->hdr->authenticator, 0, MD5_MAC_LEN); in radius_msg_finish_acct() 421 md5_vector(2, addr, len, msg->hdr->authenticator); in radius_msg_finish_acct() 650 os_memcpy(orig_authenticator, msg->hdr->authenticator, in radius_msg_verify_msg_auth() 652 os_memcpy(msg->hdr->authenticator, req_auth, in radius_msg_verify_msg_auth() 653 sizeof(msg->hdr->authenticator)); in radius_msg_verify_msg_auth() 659 os_memcpy(msg->hdr->authenticator, orig_authenticator, in radius_msg_verify_msg_auth() 686 sent_msg->hdr->authenticator)) { in radius_msg_verify() [all …]
|
D | radius_server.c | 598 if (!radius_msg_add_mppe_keys(msg, hdr->authenticator, in radius_server_encapsulate_eap() 616 hdr->authenticator) < 0) { in radius_server_encapsulate_eap() 661 hdr->authenticator) < in radius_server_reject() 735 radius_msg_get_hdr(msg)->authenticator, 16) == 0) { in radius_server_request() 849 os_memcpy(sess->last_authenticator, hdr->authenticator, 16); in radius_server_request()
|
D | radius.h | 22 u8 authenticator[16]; member
|
/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 | 16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator, in wps_process_authenticator() argument 23 if (authenticator == NULL) { in wps_process_authenticator() 44 if (os_memcmp(hash, authenticator, WPS_AUTHENTICATOR_LEN) != 0) { in wps_process_authenticator()
|
D | wps_validate.c | 764 static int wps_validate_authenticator(const u8 *authenticator, int mandatory) in wps_validate_authenticator() argument 766 if (authenticator == NULL) { in wps_validate_authenticator() 1380 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m2() 1468 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m3() 1506 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m4() 1573 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m5() 1640 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m6() 1708 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m7() 1782 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m8()
|
D | wps_i.h | 143 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member 262 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
|
D | wps_enrollee.c | 892 wps_process_authenticator(wps, attr->authenticator, msg) || in wps_process_m2() 975 wps_process_authenticator(wps, attr->authenticator, msg) || in wps_process_m4() 1030 wps_process_authenticator(wps, attr->authenticator, msg)) { in wps_process_m6() 1087 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/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/openssl/include/openssl/ |
D | krb5_asn.h | 141 KRB5_ENCDATA *authenticator; member
|
/external/chromium/chrome/browser/chromeos/login/ |
D | screen_locker.h | 145 void SetAuthenticator(Authenticator* authenticator);
|