TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
TS
/
trusted-services
/
c02fffba3cb901546e07cd04f129789eac947376
/
.
/
protocols
/
service
/
crypto
/
protobuf
/
open_key.proto
blob: 90fb2ad6c65a62f5020f3b1fef7a87ee6099bb40 [
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
OpenKeyIn
{
uint32
id
=
1
;
}
message
OpenKeyOut
{
uint32
handle
=
1
;
}