blob: 14cc6a9850900a29edd6646bbfa209daaaa549bd [file] [log] [blame]
/*
* Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
*/
syntax = "proto3";
package ts_crypto;
message ExportKeyIn {
uint32 handle = 1;
}
message ExportKeyOut {
bytes data = 1;
}