Lines Matching refs:vrl_length
90 u32 vrl_length, ksv_count; in drm_hdcp_parse_hdcp1_srm() local
106 vrl_length = get_vrl_length(buf); in drm_hdcp_parse_hdcp1_srm()
107 if (count < (sizeof(struct hdcp_srm_header) + vrl_length) || in drm_hdcp_parse_hdcp1_srm()
108 vrl_length < (DRM_HDCP_1_4_VRL_LENGTH_SIZE + in drm_hdcp_parse_hdcp1_srm()
115 vrl_length -= (DRM_HDCP_1_4_VRL_LENGTH_SIZE + in drm_hdcp_parse_hdcp1_srm()
118 if (!vrl_length) { in drm_hdcp_parse_hdcp1_srm()
124 ksv_count = drm_hdcp_get_revoked_ksv_count(buf, vrl_length); in drm_hdcp_parse_hdcp1_srm()
137 vrl_length) != ksv_count) { in drm_hdcp_parse_hdcp1_srm()
151 u32 vrl_length, ksv_count, ksv_sz; in drm_hdcp_parse_hdcp2_srm() local
168 vrl_length = get_vrl_length(buf); in drm_hdcp_parse_hdcp2_srm()
170 if (count < (sizeof(struct hdcp_srm_header) + vrl_length) || in drm_hdcp_parse_hdcp2_srm()
171 vrl_length < (DRM_HDCP_2_VRL_LENGTH_SIZE + in drm_hdcp_parse_hdcp2_srm()
178 vrl_length -= (DRM_HDCP_2_VRL_LENGTH_SIZE + in drm_hdcp_parse_hdcp2_srm()
181 if (!vrl_length) { in drm_hdcp_parse_hdcp2_srm()