Lines Matching refs:hdcp2
410 if (hdcp->connection.link.adjust.hdcp2.force_type == MOD_HDCP_FORCE_TYPE_0) in mod_hdcp_hdcp2_create_session()
413 else if (hdcp->connection.link.adjust.hdcp2.force_type == MOD_HDCP_FORCE_TYPE_1) in mod_hdcp_hdcp2_create_session()
416 else if (hdcp->connection.link.adjust.hdcp2.force_type == MOD_HDCP_FORCE_TYPE_MAX) in mod_hdcp_hdcp2_create_session()
492 memcpy(&hdcp->auth.msg.hdcp2.ake_init[0], &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_prepare_ake_init()
493 sizeof(hdcp->auth.msg.hdcp2.ake_init)); in mod_hdcp_hdcp2_prepare_ake_init()
519 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.ake_cert, in mod_hdcp_hdcp2_validate_ake_cert()
520 sizeof(hdcp->auth.msg.hdcp2.ake_cert)); in mod_hdcp_hdcp2_validate_ake_cert()
532 memcpy(hdcp->auth.msg.hdcp2.ake_no_stored_km, in mod_hdcp_hdcp2_validate_ake_cert()
534 sizeof(hdcp->auth.msg.hdcp2.ake_no_stored_km)); in mod_hdcp_hdcp2_validate_ake_cert()
536 memcpy(hdcp->auth.msg.hdcp2.ake_stored_km, in mod_hdcp_hdcp2_validate_ake_cert()
537 &msg_out->prepare.transmitter_message[sizeof(hdcp->auth.msg.hdcp2.ake_no_stored_km)], in mod_hdcp_hdcp2_validate_ake_cert()
538 sizeof(hdcp->auth.msg.hdcp2.ake_stored_km)); in mod_hdcp_hdcp2_validate_ake_cert()
577 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.ake_h_prime, in mod_hdcp_hdcp2_validate_h_prime()
578 sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)); in mod_hdcp_hdcp2_validate_h_prime()
583 memcpy(&msg_in->process.receiver_message[sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)], in mod_hdcp_hdcp2_validate_h_prime()
584 hdcp->auth.msg.hdcp2.ake_pairing_info, sizeof(hdcp->auth.msg.hdcp2.ake_pairing_info)); in mod_hdcp_hdcp2_validate_h_prime()
629 memcpy(hdcp->auth.msg.hdcp2.lc_init, &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_prepare_lc_init()
630 sizeof(hdcp->auth.msg.hdcp2.lc_init)); in mod_hdcp_hdcp2_prepare_lc_init()
656 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.lc_l_prime, in mod_hdcp_hdcp2_validate_l_prime()
657 sizeof(hdcp->auth.msg.hdcp2.lc_l_prime)); in mod_hdcp_hdcp2_validate_l_prime()
699 memcpy(hdcp->auth.msg.hdcp2.ske_eks, in mod_hdcp_hdcp2_prepare_eks()
701 sizeof(hdcp->auth.msg.hdcp2.ske_eks)); in mod_hdcp_hdcp2_prepare_eks()
703 sizeof(hdcp->auth.msg.hdcp2.ske_eks); in mod_hdcp_hdcp2_prepare_eks()
706 memcpy(hdcp->auth.msg.hdcp2.content_stream_type_dp, in mod_hdcp_hdcp2_prepare_eks()
707 &msg_out->prepare.transmitter_message[sizeof(hdcp->auth.msg.hdcp2.ske_eks)], in mod_hdcp_hdcp2_prepare_eks()
708 sizeof(hdcp->auth.msg.hdcp2.content_stream_type_dp)); in mod_hdcp_hdcp2_prepare_eks()
766 msg_in->process.msg1_desc.msg_size = sizeof(hdcp->auth.msg.hdcp2.rx_id_list); in mod_hdcp_hdcp2_validate_rx_id_list()
767 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.rx_id_list, in mod_hdcp_hdcp2_validate_rx_id_list()
768 sizeof(hdcp->auth.msg.hdcp2.rx_id_list)); in mod_hdcp_hdcp2_validate_rx_id_list()
779 memcpy(hdcp->auth.msg.hdcp2.repeater_auth_ack, in mod_hdcp_hdcp2_validate_rx_id_list()
781 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_ack)); in mod_hdcp_hdcp2_validate_rx_id_list()
870 hdcp->auth.msg.hdcp2.stream_manage_size = msg_out->prepare.msg1_desc.msg_size; in mod_hdcp_hdcp2_prepare_stream_management()
872 memcpy(hdcp->auth.msg.hdcp2.repeater_auth_stream_manage, in mod_hdcp_hdcp2_prepare_stream_management()
874 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_manage)); in mod_hdcp_hdcp2_prepare_stream_management()
899 msg_in->process.msg1_desc.msg_size = sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready); in mod_hdcp_hdcp2_validate_stream_ready()
901 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.repeater_auth_stream_ready, in mod_hdcp_hdcp2_validate_stream_ready()
902 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)); in mod_hdcp_hdcp2_validate_stream_ready()