blob: e02ed1ed3eb2143759d7c4802c3739f76810ac54 [file] [log] [blame]
/*
* Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef TS_ATTESTATION_GET_TOKEN_H
#define TS_ATTESTATION_GET_TOKEN_H
/* Variable length input parameter tags */
enum
{
/* TLV tag to identify the auth_challenge
* input parameter.
*/
TS_ATTESTATION_GET_TOKEN_IN_TAG_AUTH_CHALLENGE = 1,
};
/* Variable length output parameter tags */
enum
{
/* TLV tag to identify the signed token
* output parameter.
*/
TS_ATTESTATION_GET_TOKEN_OUT_TAG_TOKEN = 1
};
#endif /* TS_ATTESTATION_GET_TOKEN_H */