HomeSort by: relevance | last modified time | path
    Searched refs:ake_h_prime (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp_ddc.c 430 hdcp->auth.msg.hdcp2.ake_h_prime[0] = 7;
432 hdcp->auth.msg.hdcp2.ake_h_prime+1,
433 sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)-1);
437 hdcp->auth.msg.hdcp2.ake_h_prime,
438 sizeof(hdcp->auth.msg.hdcp2.ake_h_prime));
hdcp_log.h 139 HDCP_DDC_READ_TRACE(hdcp, "H'", hdcp->auth.msg.hdcp2.ake_h_prime, \
140 sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)); \
amdgpu_hdcp_psp.c 504 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.ake_h_prime,
505 sizeof(hdcp->auth.msg.hdcp2.ake_h_prime));
510 memcpy(&msg_in->process.receiver_message[sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)],
hdcp.h 145 uint8_t ake_h_prime[33]; member in struct:mod_hdcp_message_hdcp2
amdgpu_hdcp2_execution.c 125 status = (size == sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)) ?

Completed in 14 milliseconds