Home
last modified time | relevance | path

Searched refs:out_msg (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c273 hdcp->auth.id = hdcp_cmd->out_msg.hdcp1_create_session.session_handle; in mod_hdcp_hdcp1_create_session()
278 hdcp->auth.msg.hdcp1.ainfo = hdcp_cmd->out_msg.hdcp1_create_session.ainfo_primary; in mod_hdcp_hdcp1_create_session()
279 memcpy(hdcp->auth.msg.hdcp1.aksv, hdcp_cmd->out_msg.hdcp1_create_session.aksv_primary, in mod_hdcp_hdcp1_create_session()
281 memcpy(hdcp->auth.msg.hdcp1.an, hdcp_cmd->out_msg.hdcp1_create_session.an_primary, in mod_hdcp_hdcp1_create_session()
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()
417 hdcp_cmd->out_msg.hdcp1_second_part_authentication.authentication_status == in mod_hdcp_hdcp1_validate_ksvlist_vp()
420 } else if (hdcp_cmd->out_msg.hdcp1_second_part_authentication.authentication_status == in mod_hdcp_hdcp1_validate_ksvlist_vp()
482 hdcp_cmd->out_msg.hdcp1_get_encryption_status.protection_level = 0; in mod_hdcp_hdcp1_link_maintenance()
[all …]
H A Dhdcp_psp.h521 union ta_hdcp_cmd_output out_msg; member
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c97 *srm_version = hdcp_cmd->out_msg.hdcp_get_srm.srm_version; in psp_get_srm()
98 *srm_size = hdcp_cmd->out_msg.hdcp_get_srm.srm_buf_size; in psp_get_srm()
100 return hdcp_cmd->out_msg.hdcp_get_srm.srm_buf; in psp_get_srm()
123 hdcp_cmd->out_msg.hdcp_set_srm.valid_signature != 1 || in psp_set_srm()
124 hdcp_cmd->out_msg.hdcp_set_srm.srm_version == PSP_SRM_VERSION_MAX) in psp_set_srm()
127 *srm_version = hdcp_cmd->out_msg.hdcp_set_srm.srm_version; in psp_set_srm()
/openbsd-src/sys/dev/ic/
H A Dadvlib.c1678 EXT_MSG out_msg; in AscIsrChipHalted() local
1761 (u_int16_t *) & out_msg, sizeof(EXT_MSG) >> 1); in AscIsrChipHalted()
1763 if ((out_msg.msg_type == MS_EXTEND) && in AscIsrChipHalted()
1764 (out_msg.msg_len == MS_SDTR_LEN) && in AscIsrChipHalted()
1765 (out_msg.msg_req == MS_SDTR_CODE)) { in AscIsrChipHalted()