Home
last modified time | relevance | path

Searched refs:resp_len (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client_read.c907 u32 resp_len; in tls_process_certificate_status() local
924 resp_len = WPA_GET_BE24(pos); in tls_process_certificate_status()
926 if (end - pos < resp_len) { in tls_process_certificate_status()
929 resp_len); in tls_process_certificate_status()
933 end = pos + resp_len; in tls_process_certificate_status()
936 resp_len = WPA_GET_BE24(pos); in tls_process_certificate_status()
938 if (resp_len > end - pos) { in tls_process_certificate_status()
941 resp_len, (int) (end - pos)); in tls_process_certificate_status()
945 if (!resp_len) in tls_process_certificate_status()
948 conn, pos - 3, resp_len + 3); in tls_process_certificate_status()
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.h489 u32 resp_len);
Ddpp.c5396 const uint8_t *resp, uint32_t resp_len) in dpp_conf_resp_rx() argument
5408 if (dpp_check_attrs(resp, resp_len) < 0) { in dpp_conf_resp_rx()
5413 wrapped_data = dpp_get_attr(resp, resp_len, in dpp_conf_resp_rx()
5461 status = dpp_get_attr(resp, resp_len, in dpp_conf_resp_rx()