/third_party/lwip/src/netif/ppp/ |
H A D | chap-md5.c | 68 int challenge_len, response_len; in chap_md5_verify_response() local 73 response_len = *response++; in chap_md5_verify_response() 74 if (response_len == MD5_HASH_SIZE) { in chap_md5_verify_response()
|
H A D | chap_ms.c | 255 int challenge_len, response_len; in chapms_verify_response() local 260 response_len = *response++; in chapms_verify_response() 261 if (response_len != MS_CHAP_RESPONSE_LEN) in chapms_verify_response() 303 int challenge_len, response_len; in chapms2_verify_response() local 307 response_len = *response++; in chapms2_verify_response() 308 if (response_len != MS_CHAP2_RESPONSE_LEN) in chapms2_verify_response()
|
H A D | chap-new.c | 284 int response_len, ok, mlen; local 302 GETCHAR(response_len, pkt); 303 len -= response_len + 1; /* length of name */ 304 name = (char *)pkt + response_len;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_leap.c | 193 u8 response_len, pw_hash[16], pw_hash_hash[16], in eap_leap_process_response() local 221 response_len = *pos++; in eap_leap_process_response() 222 if (response_len != LEAP_RESPONSE_LEN || response_len > len - 3) { in eap_leap_process_response() 224 "(response_len=%d reqDataLen=%lu)", in eap_leap_process_response() 225 response_len, (unsigned long) wpabuf_len(reqData)); in eap_leap_process_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_leap.c | 193 u8 response_len, pw_hash[16], pw_hash_hash[16], in eap_leap_process_response() local 221 response_len = *pos++; in eap_leap_process_response() 222 if (response_len != LEAP_RESPONSE_LEN || response_len > len - 3) { in eap_leap_process_response() 224 "(response_len=%d reqDataLen=%lu)", in eap_leap_process_response() 225 response_len, (unsigned long) wpabuf_len(reqData)); in eap_leap_process_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_ttls.c | 620 u8 *response, size_t response_len) in eap_ttls_process_phase2_mschap() 626 response_len != EAP_TTLS_MSCHAP_RESPONSE_LEN) { in eap_ttls_process_phase2_mschap() 630 (unsigned long) response_len); in eap_ttls_process_phase2_mschap() 696 u8 *response, size_t response_len) in eap_ttls_process_phase2_mschapv2() 704 response_len != EAP_TTLS_MSCHAPV2_RESPONSE_LEN) { in eap_ttls_process_phase2_mschapv2() 708 (unsigned long) response_len); in eap_ttls_process_phase2_mschapv2() 617 eap_ttls_process_phase2_mschap(struct eap_sm *sm, struct eap_ttls_data *data, u8 *challenge, size_t challenge_len, u8 *response, size_t response_len) eap_ttls_process_phase2_mschap() argument 692 eap_ttls_process_phase2_mschapv2(struct eap_sm *sm, struct eap_ttls_data *data, u8 *challenge, size_t challenge_len, u8 *response, size_t response_len) eap_ttls_process_phase2_mschapv2() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_ttls.c | 621 u8 *response, size_t response_len) in eap_ttls_process_phase2_mschap() 627 response_len != EAP_TTLS_MSCHAP_RESPONSE_LEN) { in eap_ttls_process_phase2_mschap() 631 (unsigned long) response_len); in eap_ttls_process_phase2_mschap() 697 u8 *response, size_t response_len) in eap_ttls_process_phase2_mschapv2() 705 response_len != EAP_TTLS_MSCHAPV2_RESPONSE_LEN) { in eap_ttls_process_phase2_mschapv2() 709 (unsigned long) response_len); in eap_ttls_process_phase2_mschapv2() 618 eap_ttls_process_phase2_mschap(struct eap_sm *sm, struct eap_ttls_data *data, u8 *challenge, size_t challenge_len, u8 *response, size_t response_len) eap_ttls_process_phase2_mschap() argument 693 eap_ttls_process_phase2_mschapv2(struct eap_sm *sm, struct eap_ttls_data *data, u8 *challenge, size_t challenge_len, u8 *response, size_t response_len) eap_ttls_process_phase2_mschapv2() argument
|
/third_party/nghttp2/src/ |
H A D | nghttp.h | 180 int64_t response_len; member
|
H A D | nghttp.cc | 167 response_len(0), in Request() 1639 json_object_set_new(content, "size", json_integer(req->response_len)); in output_har() 1747 req->response_len += len; in on_data_chunk_recv_callback() 2249 << util::utos_unit(req->response_len) << " " in print_stats()
|
/third_party/eudev/src/scsi_id/ |
H A D | scsi_serial.c | 175 hp->response_len); in sg_err_category4() 313 io->response_len); in scsi_dump_v4()
|