blob: ba5b89701fbb98f0ef7a09eb3f7bfe1f6f426e14 [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;
import "service/crypto/protobuf/key_attributes.proto";
message GenerateKeyIn {
KeyAttributes attributes = 1;
}
message GenerateKeyOut {
uint32 id = 1;
}