Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_psp.c212 hdcp_cmd->in_msg.hdcp1_first_part_authentication.session_handle = hdcp->auth.id; in mod_hdcp_hdcp1_validate_rx()
214 memcpy(hdcp_cmd->in_msg.hdcp1_first_part_authentication.bksv_primary, hdcp->auth.msg.hdcp1.bksv, in mod_hdcp_hdcp1_validate_rx()
217 hdcp_cmd->in_msg.hdcp1_first_part_authentication.r0_prime_primary = hdcp->auth.msg.hdcp1.r0p; in mod_hdcp_hdcp1_validate_rx()
218 hdcp_cmd->in_msg.hdcp1_first_part_authentication.bcaps = hdcp->auth.msg.hdcp1.bcaps; in mod_hdcp_hdcp1_validate_rx()
225 } else if (hdcp_cmd->out_msg.hdcp1_first_part_authentication.authentication_status == in mod_hdcp_hdcp1_validate_rx()
229 } else if (hdcp_cmd->out_msg.hdcp1_first_part_authentication.authentication_status == in mod_hdcp_hdcp1_validate_rx()
232 } else if (hdcp_cmd->out_msg.hdcp1_first_part_authentication.authentication_status == in mod_hdcp_hdcp1_validate_rx()
Dhdcp_psp.h446 struct ta_hdcp_cmd_hdcp1_first_part_authentication_input hdcp1_first_part_authentication; member
464 struct ta_hdcp_cmd_hdcp1_first_part_authentication_output hdcp1_first_part_authentication; member