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

/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_log.c88 HDCP_DDC_READ_TRACE(hdcp, "AKE Cert", hdcp->auth.msg.hdcp2.ake_cert,
89 sizeof(hdcp->auth.msg.hdcp2.ake_cert));
H A Dhdcp_ddc.c413 hdcp->auth.msg.hdcp2.ake_cert[0] = HDCP_2_2_AKE_SEND_CERT;
415 hdcp->auth.msg.hdcp2.ake_cert+1,
416 sizeof(hdcp->auth.msg.hdcp2.ake_cert)-1);
420 hdcp->auth.msg.hdcp2.ake_cert,
421 sizeof(hdcp->auth.msg.hdcp2.ake_cert));
H A Dhdcp.h138 uint8_t ake_cert[534]; member in struct:mod_hdcp_message_hdcp2
H A Dhdcp_psp.c630 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.ake_cert,
631 sizeof(hdcp->auth.msg.hdcp2.ake_cert));
H A Dhdcp2_execution.c96 status = (size == sizeof(hdcp->auth.msg.hdcp2.ake_cert)) ?

Completed in 175 milliseconds