blob: 8b718af4dec1a300b20d487daa5bb7b828e73f2a [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 DestroyKeyIn {
uint32 handle = 1;
}
message DestroyKeyOut {}