Searched refs:in_msg (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
| H A D | amdgpu_hdcp_psp.c | 148 hdcp_cmd->in_msg.hdcp1_create_session.display_handle = display->index; in mod_hdcp_hdcp1_create_session() 176 hdcp_cmd->in_msg.hdcp1_destroy_session.session_handle = hdcp->auth.id; in mod_hdcp_hdcp1_destroy_session() 197 hdcp_cmd->in_msg.hdcp1_first_part_authentication.session_handle = hdcp->auth.id; in mod_hdcp_hdcp1_validate_rx() 199 memcpy(hdcp_cmd->in_msg.hdcp1_first_part_authentication.bksv_primary, hdcp->auth.msg.hdcp1.bksv, in mod_hdcp_hdcp1_validate_rx() 202 hdcp_cmd->in_msg.hdcp1_first_part_authentication.r0_prime_primary = hdcp->auth.msg.hdcp1.r0p; in mod_hdcp_hdcp1_validate_rx() 203 hdcp_cmd->in_msg.hdcp1_first_part_authentication.bcaps = hdcp->auth.msg.hdcp1.bcaps; in mod_hdcp_hdcp1_validate_rx() 234 hdcp_cmd->in_msg.hdcp1_enable_encryption.session_handle = hdcp->auth.id; in mod_hdcp_hdcp1_enable_encryption() 257 hdcp_cmd->in_msg.hdcp1_second_part_authentication.session_handle = hdcp->auth.id; in mod_hdcp_hdcp1_validate_ksvlist_vp() 259 …hdcp_cmd->in_msg.hdcp1_second_part_authentication.ksv_list_size = hdcp->auth.msg.hdcp1.ksvlist_siz… in mod_hdcp_hdcp1_validate_ksvlist_vp() 260 memcpy(hdcp_cmd->in_msg.hdcp1_second_part_authentication.ksv_list, hdcp->auth.msg.hdcp1.ksvlist, in mod_hdcp_hdcp1_validate_ksvlist_vp() [all …]
|
| H A D | hdcp_psp.h | 456 union ta_hdcp_cmd_input in_msg; member
|
| /netbsd-src/external/bsd/wpa/dist/src/tls/ |
| H A D | tlsv1_server.c | 137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; in tlsv1_server_handshake() local 148 in_msg = os_malloc(in_len); in tlsv1_server_handshake() 149 if (in_msg == NULL) in tlsv1_server_handshake() 156 in_msg, &in_msg_len, &alert); in tlsv1_server_handshake() 173 in_pos = in_msg; in tlsv1_server_handshake() 174 in_end = in_msg + in_msg_len; in tlsv1_server_handshake() 189 os_free(in_msg); in tlsv1_server_handshake() 190 in_msg = NULL; in tlsv1_server_handshake() 195 os_free(in_msg); in tlsv1_server_handshake()
|
| /netbsd-src/sys/dev/pci/ixgbe/ |
| H A D | ixgbe_vf.c | 656 u32 in_msg = 0; in ixgbe_check_mac_link_vf() local 719 if (ixgbe_read_mbx(hw, &in_msg, 1, 0)) { in ixgbe_check_mac_link_vf() 725 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) { in ixgbe_check_mac_link_vf() 727 if (in_msg & IXGBE_VT_MSGTYPE_FAILURE) in ixgbe_check_mac_link_vf()
|
| /netbsd-src/sys/arch/macppc/dev/ |
| H A D | pmu.c | 560 pmu_send(void *cookie, int cmd, int length, uint8_t *in_msg, int rlen, in pmu_send() argument 587 pmu_send_byte(sc, in_msg[i]); in pmu_send()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | isp_target.c | 905 switch (inp->in_msg[0]) { in isp_got_msg() 928 isp_prt(isp, ISP_LOGERR, "%s: unhandled message 0x%x", __func__, inp->in_msg[0]); in isp_got_msg()
|
| H A D | ispmbox.h | 1721 uint8_t in_msg[IN_MSGLEN]; /* SCSI message bytes */ member
|
| H A D | isp_library.c | 3352 ISP_IOXPUT_8(isp, src->in_msg[i], &dst->in_msg[i]); in isp_put_notify() 3390 ISP_IOXGET_8(isp, &src->in_msg[i], dst->in_msg[i]); in isp_get_notify()
|