| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_hdcp.c | 51 const struct intel_hdcp_shim *shim, u8 *bksv) 55 /* HDCP spec states that we must retry the bksv if it is invalid */ 57 ret = shim->read_bksv(intel_dig_port, bksv); 60 if (intel_hdcp_is_ksv_valid(bksv)) 64 DRM_DEBUG_KMS("Bksv is invalid\n"); 77 u8 bksv[5]; local 85 if (!intel_hdcp_read_valid_bksv(intel_dig_port, shim, bksv)) 618 } bksv; local 631 * valid Bksv below, the HDCP over DP spec requires that we check 668 memset(&bksv, 0, sizeof(bksv)) [all...] |
| intel_hdcp.c | 51 const struct intel_hdcp_shim *shim, u8 *bksv) 55 /* HDCP spec states that we must retry the bksv if it is invalid */ 57 ret = shim->read_bksv(intel_dig_port, bksv); 60 if (intel_hdcp_is_ksv_valid(bksv)) 64 DRM_DEBUG_KMS("Bksv is invalid\n"); 77 u8 bksv[5]; local 85 if (!intel_hdcp_read_valid_bksv(intel_dig_port, shim, bksv)) 618 } bksv; local 631 * valid Bksv below, the HDCP over DP spec requires that we check 668 memset(&bksv, 0, sizeof(bksv)) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
| hdcp.h | 125 uint8_t bksv[5]; member in struct:mod_hdcp_message_hdcp1
|
| hdcp.h | 125 uint8_t bksv[5]; member in struct:mod_hdcp_message_hdcp1
|