Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.h486 struct ta_hdcp_cmd_hdcp1_first_part_authentication_input hdcp1_first_part_authentication; member
504 struct ta_hdcp_cmd_hdcp1_first_part_authentication_output hdcp1_first_part_authentication; member
H A Dhdcp_psp.c333 hdcp_cmd->in_msg.hdcp1_first_part_authentication.session_handle = hdcp->auth.id; in mod_hdcp_hdcp1_validate_rx()
335 memcpy(hdcp_cmd->in_msg.hdcp1_first_part_authentication.bksv_primary, hdcp->auth.msg.hdcp1.bksv, in mod_hdcp_hdcp1_validate_rx()
338 hdcp_cmd->in_msg.hdcp1_first_part_authentication.r0_prime_primary = hdcp->auth.msg.hdcp1.r0p; in mod_hdcp_hdcp1_validate_rx()
339 hdcp_cmd->in_msg.hdcp1_first_part_authentication.bcaps = hdcp->auth.msg.hdcp1.bcaps; in mod_hdcp_hdcp1_validate_rx()
346 } else if (hdcp_cmd->out_msg.hdcp1_first_part_authentication.authentication_status == in mod_hdcp_hdcp1_validate_rx()
350 } else if (hdcp_cmd->out_msg.hdcp1_first_part_authentication.authentication_status == in mod_hdcp_hdcp1_validate_rx()
353 } else if (hdcp_cmd->out_msg.hdcp1_first_part_authentication.authentication_status == in mod_hdcp_hdcp1_validate_rx()