Home
last modified time | relevance | path

Searched refs:transmitter_message (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_psp.c492 memcpy(&hdcp->auth.msg.hdcp2.ake_init[0], &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_prepare_ake_init()
533 &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_validate_ake_cert()
537 &msg_out->prepare.transmitter_message[sizeof(hdcp->auth.msg.hdcp2.ake_no_stored_km)], in mod_hdcp_hdcp2_validate_ake_cert()
629 memcpy(hdcp->auth.msg.hdcp2.lc_init, &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_prepare_lc_init()
700 &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_prepare_eks()
707 &msg_out->prepare.transmitter_message[sizeof(hdcp->auth.msg.hdcp2.ske_eks)], in mod_hdcp_hdcp2_prepare_eks()
780 &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_validate_rx_id_list()
871 &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_prepare_stream_management()
Dhdcp_psp.h392 uint8_t transmitter_message[TA_HDCP__HDCP2_TX_BUF_MAX_SIZE]; member