Searched refs:hdcp_keys (Results 1 – 1 of 1) sorted by relevance
153 struct hdcp_keys { struct1943 struct hdcp_keys *hdcp_keys; in dw_hdmi_hdcp_load_key() local1945 val = sizeof(*hdcp_keys); in dw_hdmi_hdcp_load_key()1946 hdcp_keys = malloc(val); in dw_hdmi_hdcp_load_key()1947 if (!hdcp_keys) in dw_hdmi_hdcp_load_key()1950 memset(hdcp_keys, 0, val); in dw_hdmi_hdcp_load_key()1952 ret = vendor_storage_read(HDMI_HDCP1X_ID, hdcp_keys, val); in dw_hdmi_hdcp_load_key()1955 free(hdcp_keys); in dw_hdmi_hdcp_load_key()1959 if (hdcp_keys->KSV[0] == 0x00 && in dw_hdmi_hdcp_load_key()1960 hdcp_keys->KSV[1] == 0x00 && in dw_hdmi_hdcp_load_key()[all …]