Searched refs:vrl_length (Results 1 – 1 of 1) sorted by relevance
88 u32 vrl_length, ksv_count; in drm_hdcp_parse_hdcp1_srm() local104 vrl_length = get_vrl_length(buf); in drm_hdcp_parse_hdcp1_srm()106 vrl_length < (DRM_HDCP_1_4_VRL_LENGTH_SIZE + in drm_hdcp_parse_hdcp1_srm()113 vrl_length -= (DRM_HDCP_1_4_VRL_LENGTH_SIZE + in drm_hdcp_parse_hdcp1_srm()116 if (!vrl_length) { in drm_hdcp_parse_hdcp1_srm()135 vrl_length) != ksv_count) { in drm_hdcp_parse_hdcp1_srm()149 u32 vrl_length, ksv_count, ksv_sz; in drm_hdcp_parse_hdcp2_srm() local166 vrl_length = get_vrl_length(buf); in drm_hdcp_parse_hdcp2_srm()169 vrl_length < (DRM_HDCP_2_VRL_LENGTH_SIZE + in drm_hdcp_parse_hdcp2_srm()176 vrl_length -= (DRM_HDCP_2_VRL_LENGTH_SIZE + in drm_hdcp_parse_hdcp2_srm()[all …]