Searched refs:hdcp_srm_header (Results 1 – 2 of 2) sorted by relevance
89 struct hdcp_srm_header *header; in drm_hdcp_parse_hdcp1_srm()92 if (count < (sizeof(struct hdcp_srm_header) + in drm_hdcp_parse_hdcp1_srm()98 header = (struct hdcp_srm_header *)buf; in drm_hdcp_parse_hdcp1_srm()107 if (count < (sizeof(struct hdcp_srm_header) + vrl_length) || in drm_hdcp_parse_hdcp1_srm()150 struct hdcp_srm_header *header; in drm_hdcp_parse_hdcp2_srm()153 if (count < (sizeof(struct hdcp_srm_header) + in drm_hdcp_parse_hdcp2_srm()159 header = (struct hdcp_srm_header *)buf; in drm_hdcp_parse_hdcp2_srm()170 if (count < (sizeof(struct hdcp_srm_header) + vrl_length) || in drm_hdcp_parse_hdcp2_srm()222 if (count < sizeof(struct hdcp_srm_header)) in drm_hdcp_srm_update()
287 struct hdcp_srm_header { struct