Home
last modified time | relevance | path

Searched refs:ksvs (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/drm/display/
H A Ddrm_hdcp_helper.h17 int drm_hdcp_check_ksvs_revoked(struct drm_device *dev, u8 *ksvs, u32 ksv_count);
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_hdcp.c46 * When vrls are not valid, ksvs are not considered. in drm_hdcp_get_revoked_ksv_count()
264 * @ksvs: List of KSVs (HDCP receiver IDs)
265 * @ksv_count: KSV count passed in through @ksvs
285 int drm_hdcp_check_ksvs_revoked(struct drm_device *drm_dev, u8 *ksvs, in drm_hdcp_check_ksvs_revoked() argument
300 if (!memcmp(&ksvs[j * DRM_HDCP_KSV_LEN], in drm_hdcp_check_ksvs_revoked()
304 drm_hdcp_print_ksv(&ksvs[j * DRM_HDCP_KSV_LEN]); in drm_hdcp_check_ksvs_revoked()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_hdcp_helper.c44 * When vrls are not valid, ksvs are not considered. in drm_hdcp_get_revoked_ksv_count()
262 * @ksvs: List of KSVs (HDCP receiver IDs)
263 * @ksv_count: KSV count passed in through @ksvs
283 int drm_hdcp_check_ksvs_revoked(struct drm_device *drm_dev, u8 *ksvs, in drm_hdcp_check_ksvs_revoked() argument
298 if (!memcmp(&ksvs[j * DRM_HDCP_KSV_LEN], in drm_hdcp_check_ksvs_revoked()
302 drm_hdcp_print_ksv(&ksvs[j * DRM_HDCP_KSV_LEN]); in drm_hdcp_check_ksvs_revoked()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_hdcp.h295 u8 *ksvs, u32 ksv_count);

Completed in 4 milliseconds