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