TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
TS
/
trusted-services
/
b849247f173f648ae7a2b17f7ea4986a86a275ba
/
.
/
protocols
/
service
/
crypto
/
protobuf
/
export_key.proto
blob: d6c1105590367aad21a10966e9b4aba7797e327f [
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
ExportKeyIn
{
uint32
id
=
1
;
}
message
ExportKeyOut
{
bytes
data
=
1
;
}