HomeSort by: relevance | last modified time | path
    Searched refs:hdcp1_first_part_authentication (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
hdcp_psp.h 425 struct ta_hdcp_cmd_hdcp1_first_part_authentication_input hdcp1_first_part_authentication; member in union:ta_hdcp_cmd_input
442 struct ta_hdcp_cmd_hdcp1_first_part_authentication_output hdcp1_first_part_authentication; member in union:ta_hdcp_cmd_output
amdgpu_hdcp_psp.c 197 hdcp_cmd->in_msg.hdcp1_first_part_authentication.session_handle = hdcp->auth.id;
199 memcpy(hdcp_cmd->in_msg.hdcp1_first_part_authentication.bksv_primary, hdcp->auth.msg.hdcp1.bksv,
202 hdcp_cmd->in_msg.hdcp1_first_part_authentication.r0_prime_primary = hdcp->auth.msg.hdcp1.r0p;
203 hdcp_cmd->in_msg.hdcp1_first_part_authentication.bcaps = hdcp->auth.msg.hdcp1.bcaps;
211 if (hdcp_cmd->out_msg.hdcp1_first_part_authentication.authentication_status ==
215 } else if (hdcp_cmd->out_msg.hdcp1_first_part_authentication.authentication_status ==

Completed in 12 milliseconds