Searched refs:hdcp_srm_header (Results 1 – 2 of 2) sorted by relevance
96 struct hdcp_srm_header *header; in drm_hdcp_parse_hdcp1_srm()99 if (count < (sizeof(struct hdcp_srm_header) + in drm_hdcp_parse_hdcp1_srm()105 header = (struct hdcp_srm_header *)buf; in drm_hdcp_parse_hdcp1_srm()114 if (count < (sizeof(struct hdcp_srm_header) + vrl_length) || in drm_hdcp_parse_hdcp1_srm()158 struct hdcp_srm_header *header; in drm_hdcp_parse_hdcp2_srm()161 if (count < (sizeof(struct hdcp_srm_header) + in drm_hdcp_parse_hdcp2_srm()167 header = (struct hdcp_srm_header *)buf; in drm_hdcp_parse_hdcp2_srm()178 if (count < (sizeof(struct hdcp_srm_header) + vrl_length) || in drm_hdcp_parse_hdcp2_srm()231 if (count < sizeof(struct hdcp_srm_header)) in drm_hdcp_srm_update()
281 struct hdcp_srm_header { struct