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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
hdcp_psp.h 426 struct ta_hdcp_cmd_hdcp1_second_part_authentication_input hdcp1_second_part_authentication; member in union:ta_hdcp_cmd_input
443 struct ta_hdcp_cmd_hdcp1_second_part_authentication_output hdcp1_second_part_authentication; member in union:ta_hdcp_cmd_output
amdgpu_hdcp_psp.c 257 hdcp_cmd->in_msg.hdcp1_second_part_authentication.session_handle = hdcp->auth.id;
259 hdcp_cmd->in_msg.hdcp1_second_part_authentication.ksv_list_size = hdcp->auth.msg.hdcp1.ksvlist_size;
260 memcpy(hdcp_cmd->in_msg.hdcp1_second_part_authentication.ksv_list, hdcp->auth.msg.hdcp1.ksvlist,
263 memcpy(hdcp_cmd->in_msg.hdcp1_second_part_authentication.v_prime, hdcp->auth.msg.hdcp1.vp,
266 hdcp_cmd->in_msg.hdcp1_second_part_authentication.bstatus_binfo =

Completed in 12 milliseconds