Searched refs:ake_h_prime (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp_ddc.c430 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));
H A Dhdcp_log.h139 HDCP_DDC_READ_TRACE(hdcp, "H'", hdcp->auth.msg.hdcp2.ake_h_prime, \
140 sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)); \
H A Damdgpu_hdcp_psp.c504 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)],
H A Dhdcp.h145 uint8_t ake_h_prime[33]; member in struct:mod_hdcp_message_hdcp2
H A Damdgpu_hdcp2_execution.c125 status = (size == sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)) ?

Completed in 142 milliseconds