blob: f6bd32c890d27adbd77ebc4865b3c58c9ee6491e [file] [log] [blame]
/*
* Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
*/
syntax = "proto3";
package ts_crypto;
message DestroyKeyIn {
uint32 id = 1;
}
message DestroyKeyOut {}