Searched refs:resp_len (Results 1 – 3 of 3) sorted by relevance
907 u32 resp_len; in tls_process_certificate_status() local924 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 …]
489 u32 resp_len);
5396 const uint8_t *resp, uint32_t resp_len) in dpp_conf_resp_rx() argument5408 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()