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

/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_log.c96 HDCP_DDC_READ_TRACE(hdcp, "H'", hdcp->auth.msg.hdcp2.ake_h_prime,
97 sizeof(hdcp->auth.msg.hdcp2.ake_h_prime));
H A Dhdcp_ddc.c431 hdcp->auth.msg.hdcp2.ake_h_prime[0] = HDCP_2_2_AKE_SEND_HPRIME;
433 hdcp->auth.msg.hdcp2.ake_h_prime+1,
434 sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)-1);
438 hdcp->auth.msg.hdcp2.ake_h_prime,
439 sizeof(hdcp->auth.msg.hdcp2.ake_h_prime));
H A Dhdcp_psp.c690 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.ake_h_prime,
691 sizeof(hdcp->auth.msg.hdcp2.ake_h_prime));
696 memcpy(&msg_in->process.receiver_message[sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)],
H A Dhdcp.h141 uint8_t ake_h_prime[33]; member in struct:mod_hdcp_message_hdcp2
H A Dhdcp2_execution.c120 status = (size == sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)) ?

Completed in 131 milliseconds