Lines Matching refs:resp_len
903 u32 resp_len; in tls_process_certificate_status() local
920 resp_len = WPA_GET_BE24(pos); in tls_process_certificate_status()
922 if (end - pos < resp_len) { in tls_process_certificate_status()
925 resp_len); in tls_process_certificate_status()
929 end = pos + resp_len; in tls_process_certificate_status()
932 resp_len = WPA_GET_BE24(pos); in tls_process_certificate_status()
934 if (resp_len > end - pos) { in tls_process_certificate_status()
937 resp_len, (int) (end - pos)); in tls_process_certificate_status()
941 if (!resp_len) in tls_process_certificate_status()
944 conn, pos - 3, resp_len + 3); in tls_process_certificate_status()
949 pos += resp_len; in tls_process_certificate_status()