Searched refs:hdcp_srm_header (Results 1 – 2 of 2) sorted by relevance
87 struct hdcp_srm_header *header; in drm_hdcp_parse_hdcp1_srm()90 if (count < (sizeof(struct hdcp_srm_header) + in drm_hdcp_parse_hdcp1_srm()96 header = (struct hdcp_srm_header *)buf; in drm_hdcp_parse_hdcp1_srm()105 if (count < (sizeof(struct hdcp_srm_header) + vrl_length) || in drm_hdcp_parse_hdcp1_srm()148 struct hdcp_srm_header *header; in drm_hdcp_parse_hdcp2_srm()151 if (count < (sizeof(struct hdcp_srm_header) + in drm_hdcp_parse_hdcp2_srm()157 header = (struct hdcp_srm_header *)buf; in drm_hdcp_parse_hdcp2_srm()168 if (count < (sizeof(struct hdcp_srm_header) + vrl_length) || in drm_hdcp_parse_hdcp2_srm()220 if (count < sizeof(struct hdcp_srm_header)) in drm_hdcp_srm_update()
287 struct hdcp_srm_header { struct