/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius.c | 414 os_memcpy(msg->hdr->authenticator, req_authenticator, in radius_msg_finish_srv() 415 sizeof(msg->hdr->authenticator)); in radius_msg_finish_srv() 428 md5_vector(4, addr, len, msg->hdr->authenticator); in radius_msg_finish_srv() 457 os_memcpy(msg->hdr->authenticator, req_hdr->authenticator, 16); in radius_msg_finish_das_resp() 466 if (md5_vector(2, addr, len, msg->hdr->authenticator) < 0) in radius_msg_finish_das_resp() 485 os_memset(msg->hdr->authenticator, 0, MD5_MAC_LEN); in radius_msg_finish_acct() 490 md5_vector(2, addr, len, msg->hdr->authenticator); in radius_msg_finish_acct() 506 os_memcpy(msg->hdr->authenticator, req_authenticator, MD5_MAC_LEN); in radius_msg_finish_acct_resp() 511 md5_vector(2, addr, len, msg->hdr->authenticator); in radius_msg_finish_acct_resp() [all...] |
H A D | radius_server.c | 1139 if (!radius_msg_add_mppe_keys(msg, hdr->authenticator, in radius_server_encapsulate_eap() 1311 hdr->authenticator) < 0) { in radius_server_encapsulate_eap() 1395 hdr->authenticator) < 0) { in radius_server_macacl() 1440 hdr->authenticator) < in radius_server_reject() 1559 radius_msg_get_hdr(msg)->authenticator, 16) == 0) { in radius_server_request() 1690 os_memcpy(sess->last_authenticator, hdr->authenticator, 16); in radius_server_request() 1735 RADIUS_DEBUG("Ignore Disconnect response with invalid authenticator"); in radius_server_receive_disconnect_resp() 1779 RADIUS_DEBUG("Ignore CoA response with invalid authenticator"); in radius_server_receive_coa_resp() 2061 hdr->authenticator); in radius_server_receive_acct()
|
H A D | radius.h | 22 u8 authenticator[16]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius.c | 414 os_memcpy(msg->hdr->authenticator, req_authenticator, in radius_msg_finish_srv() 415 sizeof(msg->hdr->authenticator)); in radius_msg_finish_srv() 428 md5_vector(4, addr, len, msg->hdr->authenticator); in radius_msg_finish_srv() 457 os_memcpy(msg->hdr->authenticator, req_hdr->authenticator, 16); in radius_msg_finish_das_resp() 466 if (md5_vector(2, addr, len, msg->hdr->authenticator) < 0) in radius_msg_finish_das_resp() 485 os_memset(msg->hdr->authenticator, 0, MD5_MAC_LEN); in radius_msg_finish_acct() 490 md5_vector(2, addr, len, msg->hdr->authenticator); in radius_msg_finish_acct() 506 os_memcpy(msg->hdr->authenticator, req_authenticator, MD5_MAC_LEN); in radius_msg_finish_acct_resp() 511 md5_vector(2, addr, len, msg->hdr->authenticator); in radius_msg_finish_acct_resp() [all...] |
H A D | radius_server.c | 972 if (!radius_msg_add_mppe_keys(msg, hdr->authenticator, in radius_server_encapsulate_eap() 1144 hdr->authenticator) < 0) { in radius_server_encapsulate_eap() 1228 hdr->authenticator) < 0) { in radius_server_macacl() 1273 hdr->authenticator) < in radius_server_reject() 1392 radius_msg_get_hdr(msg)->authenticator, 16) == 0) { in radius_server_request() 1523 os_memcpy(sess->last_authenticator, hdr->authenticator, 16); in radius_server_request() 1568 RADIUS_DEBUG("Ignore Disconnect response with invalid authenticator"); in radius_server_receive_disconnect_resp() 1612 RADIUS_DEBUG("Ignore CoA response with invalid authenticator"); in radius_server_receive_coa_resp() 1894 hdr->authenticator); in radius_server_receive_acct()
|
H A D | radius.h | 22 u8 authenticator[16]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A 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() 31 "validating authenticator"); in wps_process_authenticator() 44 if (os_memcmp_const(hash, authenticator, WPS_AUTHENTICATOR_LEN) != 0) { in wps_process_authenticator()
|
H A D | wps_validate.c | 766 static int wps_validate_authenticator(const u8 *authenticator, int mandatory) in wps_validate_authenticator() argument 768 if (authenticator == NULL) { in wps_validate_authenticator() 1382 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m2() 1470 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m3() 1508 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m4() 1575 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m5() 1642 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m6() 1710 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m7() 1784 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m8()
|
H A D | wps_attr_parse.h | 35 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member
|
H A D | wps_enrollee.c | 988 wps_process_authenticator(wps, attr->authenticator, msg) || in wps_process_m2() 1103 wps_process_authenticator(wps, attr->authenticator, msg) || in wps_process_m4() 1158 wps_process_authenticator(wps, attr->authenticator, msg)) { in wps_process_m6() 1215 wps_process_authenticator(wps, attr->authenticator, msg)) { in wps_process_m8()
|
H A D | wps_i.h | 186 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
|
H A D | wps_attr_parse.c | 321 attr->authenticator = pos; in wps_set_attr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A 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() 31 "validating authenticator"); in wps_process_authenticator() 45 os_memcmp_const(hash, authenticator, WPS_AUTHENTICATOR_LEN) != 0) { in wps_process_authenticator()
|
H A D | wps_validate.c | 766 static int wps_validate_authenticator(const u8 *authenticator, int mandatory) in wps_validate_authenticator() argument 768 if (authenticator == NULL) { in wps_validate_authenticator() 1382 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m2() 1470 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m3() 1508 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m4() 1575 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m5() 1642 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m6() 1710 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m7() 1784 wps_validate_authenticator(attr.authenticator, 1)) { in wps_validate_m8()
|
H A D | wps_attr_parse.h | 35 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member
|
H A D | wps_enrollee.c | 999 wps_process_authenticator(wps, attr->authenticator, msg) || in wps_process_m2() 1114 wps_process_authenticator(wps, attr->authenticator, msg) || in wps_process_m4() 1169 wps_process_authenticator(wps, attr->authenticator, msg)) { in wps_process_m6() 1226 wps_process_authenticator(wps, attr->authenticator, msg)) { in wps_process_m8()
|
H A D | wps_i.h | 186 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
|
H A D | wps_attr_parse.c | 321 attr->authenticator = pos; in wps_set_attr()
|
/third_party/node/deps/npm/lib/utils/ |
H A D | read-user-info.js | 10 const otpPrompt = `This command requires a one-time password (OTP) from your authenticator app.
|
/third_party/node/deps/openssl/openssl/crypto/crmf/ |
H A D | crmf_local.h | 345 ASN1_UTF8STRING *authenticator; member
|
H A D | crmf_asn.c | 148 value.authenticator, ASN1_UTF8STRING)),
|
H A D | crmf_lib.c | 120 /* id-regCtrl-authenticator Control (section 6.2) */ in IMPLEMENT_CRMF_CTRL_FUNC() 122 IMPLEMENT_CRMF_CTRL_FUNC(authenticator, ASN1_UTF8STRING, regCtrl) in IMPLEMENT_CRMF_CTRL_FUNC()
|
/third_party/openssl/crypto/crmf/ |
H A D | crmf_local.h | 345 ASN1_UTF8STRING *authenticator; member
|
H A D | crmf_asn.c | 148 value.authenticator, ASN1_UTF8STRING)),
|
/third_party/lwip/src/netif/ppp/ |
H A D | chap_ms.c | 106 #define MS_AUTH_RESPONSE_LENGTH 40 /* MS-CHAPv2 authenticator response, */ 149 /* Are we the authenticator or authenticatee? For MS-CHAPv2 key derivation. */ 875 u_char authResponse[], int authenticator) { in ChapMS2() 877 LWIP_UNUSED_ARG(authenticator); in ChapMS2() 903 &response[MS_CHAP2_NTRESP], authenticator); in ChapMS2() 873 ChapMS2(ppp_pcb *pcb, const u_char *rchallenge, const u_char *PeerChallenge, const char *user, const char *secret, int secret_len, unsigned char *response, u_char authResponse[], int authenticator) ChapMS2() argument
|