mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00

Update 'PSA_INITIAL_ATTEST_TOKEN_MAX_SIZE' to 'PSA_INITIAL_ATTEST_MAX_TOKEN_SIZE' which is defined in the PSA Certified Attestation API spec. Change-Id: I5837fea552e6fe18a203412eb90d41e2f90ad6f1 Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
12 lines
228 B
C
12 lines
228 B
C
/*
|
|
* Copyright (c) 2022, Arm Ltd. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef REGION_DEFS_H
|
|
#define REGION_DEFS_H
|
|
|
|
#define PSA_INITIAL_ATTEST_MAX_TOKEN_SIZE 0x800
|
|
|
|
#endif /* REGION_DEFS_H */
|