Searched refs:hdcp1_second_part_authentication (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.h487 struct ta_hdcp_cmd_hdcp1_second_part_authentication_input hdcp1_second_part_authentication; member in union:ta_hdcp_cmd_input
505 struct ta_hdcp_cmd_hdcp1_second_part_authentication_output hdcp1_second_part_authentication; member in union:ta_hdcp_cmd_output
H A Dhdcp_psp.c401 hdcp_cmd->in_msg.hdcp1_second_part_authentication.session_handle = hdcp->auth.id;
403 hdcp_cmd->in_msg.hdcp1_second_part_authentication.ksv_list_size = hdcp->auth.msg.hdcp1.ksvlist_size;
404 memcpy(hdcp_cmd->in_msg.hdcp1_second_part_authentication.ksv_list, hdcp->auth.msg.hdcp1.ksvlist,
407 memcpy(hdcp_cmd->in_msg.hdcp1_second_part_authentication.v_prime, hdcp->auth.msg.hdcp1.vp,
410 hdcp_cmd->in_msg.hdcp1_second_part_authentication.bstatus_binfo =
417 hdcp_cmd->out_msg.hdcp1_second_part_authentication.authentication_status ==
420 } else if (hdcp_cmd->out_msg.hdcp1_second_part_authentication.authentication_status ==

Completed in 65 milliseconds