aboutsummaryrefslogtreecommitdiff
path: root/protocols/service/crypto/protobuf/close_key.proto
blob: b9f5ea3fdbb84dc7c01aa692757581ae42dbd23b (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * 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;
}