Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_ddc.c413 hdcp->auth.msg.hdcp2.ake_cert[0] = HDCP_2_2_AKE_SEND_CERT; in mod_hdcp_read_ake_cert()
415 hdcp->auth.msg.hdcp2.ake_cert+1, in mod_hdcp_read_ake_cert()
416 sizeof(hdcp->auth.msg.hdcp2.ake_cert)-1); in mod_hdcp_read_ake_cert()
420 hdcp->auth.msg.hdcp2.ake_cert, in mod_hdcp_read_ake_cert()
421 sizeof(hdcp->auth.msg.hdcp2.ake_cert)); in mod_hdcp_read_ake_cert()
Dhdcp_log.c88 HDCP_DDC_READ_TRACE(hdcp, "AKE Cert", hdcp->auth.msg.hdcp2.ake_cert, in mod_hdcp_log_ddc_trace()
89 sizeof(hdcp->auth.msg.hdcp2.ake_cert)); in mod_hdcp_log_ddc_trace()
Dhdcp.h138 uint8_t ake_cert[534]; member
Dhdcp_psp.c623 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.ake_cert, in mod_hdcp_hdcp2_validate_ake_cert()
624 sizeof(hdcp->auth.msg.hdcp2.ake_cert)); in mod_hdcp_hdcp2_validate_ake_cert()
Dhdcp2_execution.c96 status = (size == sizeof(hdcp->auth.msg.hdcp2.ake_cert)) ? in check_ake_cert_available()