Lines Matching full:header
33 session_init_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_initiate_session()
34 session_init_in.header.command_id = WIRED_INITIATE_HDCP2_SESSION; in intel_hdcp_gsc_initiate_session()
35 session_init_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_initiate_session()
36 session_init_in.header.buffer_len = in intel_hdcp_gsc_initiate_session()
53 if (session_init_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_initiate_session()
56 session_init_out.header.status); in intel_hdcp_gsc_initiate_session()
92 verify_rxcert_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
93 verify_rxcert_in.header.command_id = WIRED_VERIFY_RECEIVER_CERT; in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
94 verify_rxcert_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
95 verify_rxcert_in.header.buffer_len = in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
115 if (verify_rxcert_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
118 verify_rxcert_out.header.status); in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
157 send_hprime_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_verify_hprime()
158 send_hprime_in.header.command_id = WIRED_AKE_SEND_HPRIME; in intel_hdcp_gsc_verify_hprime()
159 send_hprime_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_verify_hprime()
160 send_hprime_in.header.buffer_len = WIRED_CMD_BUF_LEN_AKE_SEND_HPRIME_IN; in intel_hdcp_gsc_verify_hprime()
178 if (send_hprime_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_verify_hprime()
180 WIRED_AKE_SEND_HPRIME, send_hprime_out.header.status); in intel_hdcp_gsc_verify_hprime()
207 pairing_info_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_store_pairing_info()
208 pairing_info_in.header.command_id = WIRED_AKE_SEND_PAIRING_INFO; in intel_hdcp_gsc_store_pairing_info()
209 pairing_info_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_store_pairing_info()
210 pairing_info_in.header.buffer_len = in intel_hdcp_gsc_store_pairing_info()
229 if (pairing_info_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_store_pairing_info()
232 pairing_info_out.header.status); in intel_hdcp_gsc_store_pairing_info()
260 lc_init_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_initiate_locality_check()
261 lc_init_in.header.command_id = WIRED_INIT_LOCALITY_CHECK; in intel_hdcp_gsc_initiate_locality_check()
262 lc_init_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_initiate_locality_check()
263 lc_init_in.header.buffer_len = WIRED_CMD_BUF_LEN_INIT_LOCALITY_CHECK_IN; in intel_hdcp_gsc_initiate_locality_check()
276 if (lc_init_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_initiate_locality_check()
278 WIRED_INIT_LOCALITY_CHECK, lc_init_out.header.status); in intel_hdcp_gsc_initiate_locality_check()
308 verify_lprime_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_verify_lprime()
309 verify_lprime_in.header.command_id = WIRED_VALIDATE_LOCALITY; in intel_hdcp_gsc_verify_lprime()
310 verify_lprime_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_verify_lprime()
311 verify_lprime_in.header.buffer_len = in intel_hdcp_gsc_verify_lprime()
330 if (verify_lprime_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_verify_lprime()
333 verify_lprime_out.header.status); in intel_hdcp_gsc_verify_lprime()
360 get_skey_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_get_session_key()
361 get_skey_in.header.command_id = WIRED_GET_SESSION_KEY; in intel_hdcp_gsc_get_session_key()
362 get_skey_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_get_session_key()
363 get_skey_in.header.buffer_len = WIRED_CMD_BUF_LEN_GET_SESSION_KEY_IN; in intel_hdcp_gsc_get_session_key()
376 if (get_skey_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_get_session_key()
378 WIRED_GET_SESSION_KEY, get_skey_out.header.status); in intel_hdcp_gsc_get_session_key()
414 verify_repeater_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_repeater_check_flow_prepare_ack()
415 verify_repeater_in.header.command_id = WIRED_VERIFY_REPEATER; in intel_hdcp_gsc_repeater_check_flow_prepare_ack()
416 verify_repeater_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_repeater_check_flow_prepare_ack()
417 verify_repeater_in.header.buffer_len = in intel_hdcp_gsc_repeater_check_flow_prepare_ack()
442 if (verify_repeater_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_repeater_check_flow_prepare_ack()
445 verify_repeater_out.header.status); in intel_hdcp_gsc_repeater_check_flow_prepare_ack()
485 verify_mprime_in->header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_verify_mprime()
486 verify_mprime_in->header.command_id = WIRED_REPEATER_AUTH_STREAM_REQ; in intel_hdcp_gsc_verify_mprime()
487 verify_mprime_in->header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_verify_mprime()
488 verify_mprime_in->header.buffer_len = cmd_size - sizeof(verify_mprime_in->header); in intel_hdcp_gsc_verify_mprime()
511 if (verify_mprime_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_verify_mprime()
514 verify_mprime_out.header.status); in intel_hdcp_gsc_verify_mprime()
540 enable_auth_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_enable_authentication()
541 enable_auth_in.header.command_id = WIRED_ENABLE_AUTH; in intel_hdcp_gsc_enable_authentication()
542 enable_auth_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_enable_authentication()
543 enable_auth_in.header.buffer_len = WIRED_CMD_BUF_LEN_ENABLE_AUTH_IN; in intel_hdcp_gsc_enable_authentication()
559 if (enable_auth_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_enable_authentication()
561 WIRED_ENABLE_AUTH, enable_auth_out.header.status); in intel_hdcp_gsc_enable_authentication()
587 session_close_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_close_session()
588 session_close_in.header.command_id = WIRED_CLOSE_SESSION; in intel_hdcp_gsc_close_session()
589 session_close_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_close_session()
590 session_close_in.header.buffer_len = in intel_hdcp_gsc_close_session()
606 if (session_close_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_close_session()
608 session_close_out.header.status); in intel_hdcp_gsc_close_session()