Home
last modified time | relevance | path

Searched refs:hdcp_srm_header (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/
Ddrm_hdcp.c96 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()
/Linux-v5.4/include/drm/
Ddrm_hdcp.h281 struct hdcp_srm_header { struct