TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
TS
/
trusted-services
/
76e8a3c354be73126599fee628cb34befedbe8b8
/
.
/
protocols
/
service
/
crypto
/
protobuf
/
destroy_key.proto
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
{}