blob: b9f5ea3fdbb84dc7c01aa692757581ae42dbd23b [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 CloseKeyIn {
uint32 handle = 1;
}