/* * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. * SPDX-License-Identifier: BSD-3-Clause */ syntax = "proto3"; package ts_crypto; message ExportKeyIn { uint32 id = 1; } message ExportKeyOut { bytes data = 1; }