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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdcp.c 37 bool intel_hdcp_is_ksv_valid(u8 *ksv)
40 /* KSV has 20 1's and 20 0's */
42 ones += hweight8(ksv[i]);
140 /* Poll for ksv list ready (spec says max time allowed is 5s) */
341 u8 *ksv = &ksv_fifo[i * DRM_HDCP_KSV_LEN]; local in function:intel_hdcp_validate_v_prime
346 sha_text |= ksv[j] << ((sizeof(sha_text) - j - 1) * 8);
357 /* Store the leftover bytes from the ksv in sha_text */
361 sha_text |= ksv[sha_empty + j] <<
381 * bytes are leftover from the last ksv, we might be able to fit them
531 DRM_DEBUG_KMS("KSV list failed to become ready (%d)\n", ret)
    [all...]
intel_hdcp.c 37 bool intel_hdcp_is_ksv_valid(u8 *ksv)
40 /* KSV has 20 1's and 20 0's */
42 ones += hweight8(ksv[i]);
140 /* Poll for ksv list ready (spec says max time allowed is 5s) */
341 u8 *ksv = &ksv_fifo[i * DRM_HDCP_KSV_LEN]; local in function:intel_hdcp_validate_v_prime
346 sha_text |= ksv[j] << ((sizeof(sha_text) - j - 1) * 8);
357 /* Store the leftover bytes from the ksv in sha_text */
361 sha_text |= ksv[sha_empty + j] <<
381 * bytes are leftover from the last ksv, we might be able to fit them
531 DRM_DEBUG_KMS("KSV list failed to become ready (%d)\n", ret)
    [all...]

Completed in 23 milliseconds