Lines Matching full:header
30 session_init_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_initiate_session()
31 session_init_in.header.command_id = WIRED_INITIATE_HDCP2_SESSION; in intel_hdcp_gsc_initiate_session()
32 session_init_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_initiate_session()
33 session_init_in.header.buffer_len = in intel_hdcp_gsc_initiate_session()
50 if (session_init_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_initiate_session()
53 session_init_out.header.status); in intel_hdcp_gsc_initiate_session()
87 verify_rxcert_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
88 verify_rxcert_in.header.command_id = WIRED_VERIFY_RECEIVER_CERT; in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
89 verify_rxcert_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
90 verify_rxcert_in.header.buffer_len = in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
110 if (verify_rxcert_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
113 verify_rxcert_out.header.status); in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
150 send_hprime_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_verify_hprime()
151 send_hprime_in.header.command_id = WIRED_AKE_SEND_HPRIME; in intel_hdcp_gsc_verify_hprime()
152 send_hprime_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_verify_hprime()
153 send_hprime_in.header.buffer_len = WIRED_CMD_BUF_LEN_AKE_SEND_HPRIME_IN; in intel_hdcp_gsc_verify_hprime()
171 if (send_hprime_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_verify_hprime()
173 WIRED_AKE_SEND_HPRIME, send_hprime_out.header.status); in intel_hdcp_gsc_verify_hprime()
198 pairing_info_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_store_pairing_info()
199 pairing_info_in.header.command_id = WIRED_AKE_SEND_PAIRING_INFO; in intel_hdcp_gsc_store_pairing_info()
200 pairing_info_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_store_pairing_info()
201 pairing_info_in.header.buffer_len = in intel_hdcp_gsc_store_pairing_info()
220 if (pairing_info_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_store_pairing_info()
223 pairing_info_out.header.status); in intel_hdcp_gsc_store_pairing_info()
249 lc_init_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_initiate_locality_check()
250 lc_init_in.header.command_id = WIRED_INIT_LOCALITY_CHECK; in intel_hdcp_gsc_initiate_locality_check()
251 lc_init_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_initiate_locality_check()
252 lc_init_in.header.buffer_len = WIRED_CMD_BUF_LEN_INIT_LOCALITY_CHECK_IN; in intel_hdcp_gsc_initiate_locality_check()
265 if (lc_init_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_initiate_locality_check()
267 WIRED_INIT_LOCALITY_CHECK, lc_init_out.header.status); in intel_hdcp_gsc_initiate_locality_check()
295 verify_lprime_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_verify_lprime()
296 verify_lprime_in.header.command_id = WIRED_VALIDATE_LOCALITY; in intel_hdcp_gsc_verify_lprime()
297 verify_lprime_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_verify_lprime()
298 verify_lprime_in.header.buffer_len = in intel_hdcp_gsc_verify_lprime()
317 if (verify_lprime_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_verify_lprime()
320 verify_lprime_out.header.status); in intel_hdcp_gsc_verify_lprime()
345 get_skey_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_get_session_key()
346 get_skey_in.header.command_id = WIRED_GET_SESSION_KEY; in intel_hdcp_gsc_get_session_key()
347 get_skey_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_get_session_key()
348 get_skey_in.header.buffer_len = WIRED_CMD_BUF_LEN_GET_SESSION_KEY_IN; in intel_hdcp_gsc_get_session_key()
361 if (get_skey_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_get_session_key()
363 WIRED_GET_SESSION_KEY, get_skey_out.header.status); in intel_hdcp_gsc_get_session_key()
397 verify_repeater_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_repeater_check_flow_prepare_ack()
398 verify_repeater_in.header.command_id = WIRED_VERIFY_REPEATER; in intel_hdcp_gsc_repeater_check_flow_prepare_ack()
399 verify_repeater_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_repeater_check_flow_prepare_ack()
400 verify_repeater_in.header.buffer_len = in intel_hdcp_gsc_repeater_check_flow_prepare_ack()
425 if (verify_repeater_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_repeater_check_flow_prepare_ack()
428 verify_repeater_out.header.status); in intel_hdcp_gsc_repeater_check_flow_prepare_ack()
466 verify_mprime_in->header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_verify_mprime()
467 verify_mprime_in->header.command_id = WIRED_REPEATER_AUTH_STREAM_REQ; in intel_hdcp_gsc_verify_mprime()
468 verify_mprime_in->header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_verify_mprime()
469 verify_mprime_in->header.buffer_len = cmd_size - sizeof(verify_mprime_in->header); in intel_hdcp_gsc_verify_mprime()
492 if (verify_mprime_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_verify_mprime()
495 verify_mprime_out.header.status); in intel_hdcp_gsc_verify_mprime()
519 enable_auth_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_enable_authentication()
520 enable_auth_in.header.command_id = WIRED_ENABLE_AUTH; in intel_hdcp_gsc_enable_authentication()
521 enable_auth_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_enable_authentication()
522 enable_auth_in.header.buffer_len = WIRED_CMD_BUF_LEN_ENABLE_AUTH_IN; in intel_hdcp_gsc_enable_authentication()
538 if (enable_auth_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_enable_authentication()
540 WIRED_ENABLE_AUTH, enable_auth_out.header.status); in intel_hdcp_gsc_enable_authentication()
564 session_close_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_close_session()
565 session_close_in.header.command_id = WIRED_CLOSE_SESSION; in intel_hdcp_gsc_close_session()
566 session_close_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_close_session()
567 session_close_in.header.buffer_len = in intel_hdcp_gsc_close_session()
583 if (session_close_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_close_session()
585 session_close_out.header.status); in intel_hdcp_gsc_close_session()