HomeSort by: relevance | last modified time | path
    Searched defs:sha_empty (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdcp.c 340 unsigned int sha_empty; local in function:intel_hdcp_validate_v_prime
344 sha_empty = sizeof(sha_text) - sha_leftovers;
345 for (j = 0; j < sha_empty; j++)
358 sha_leftovers = DRM_HDCP_KSV_LEN - sha_empty;
361 sha_text |= ksv[sha_empty + j] <<
intel_hdcp.c 340 unsigned int sha_empty; local in function:intel_hdcp_validate_v_prime
344 sha_empty = sizeof(sha_text) - sha_leftovers;
345 for (j = 0; j < sha_empty; j++)
358 sha_leftovers = DRM_HDCP_KSV_LEN - sha_empty;
361 sha_text |= ksv[sha_empty + j] <<
intel_hdcp.c 340 unsigned int sha_empty; local in function:intel_hdcp_validate_v_prime
344 sha_empty = sizeof(sha_text) - sha_leftovers;
345 for (j = 0; j < sha_empty; j++)
358 sha_leftovers = DRM_HDCP_KSV_LEN - sha_empty;
361 sha_text |= ksv[sha_empty + j] <<

Completed in 37 milliseconds