TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
TS
/
trusted-services
/
c52807cfea6edab5d5c9cc0cfdb18ffe12cfdb0c
/
.
/
protocols
/
service
/
crypto
/
protobuf
/
destroy_key.proto
blob: f6bd32c890d27adbd77ebc4865b3c58c9ee6491e [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
*/
syntax
=
"proto3"
;
package
ts_crypto
;
message
DestroyKeyIn
{
uint32
id
=
1
;
}
message
DestroyKeyOut
{}