TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
attest_tests_common.h File Reference
Include dependency graph for attest_tests_common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TEST_TOKEN_SIZE   (0x200)
 Size of token buffer in bytes. More...
 
#define TOO_SMALL_TOKEN_BUFFER   (16u)
 Smaller buffer size which is not big enough to store the created token by attestation service. More...
 
#define TEST_CHALLENGE_OBJ_SIZE   (PSA_INITIAL_ATTEST_CHALLENGE_SIZE_64)
 Size of challenge object in bytes used for test. More...
 
#define INVALID_CHALLENGE_OBJECT_SIZE   (PSA_INITIAL_ATTEST_CHALLENGE_SIZE_32 + 1)
 Size of challenge object that is invalid. More...
 

Macro Definition Documentation

#define INVALID_CHALLENGE_OBJECT_SIZE   (PSA_INITIAL_ATTEST_CHALLENGE_SIZE_32 + 1)

Size of challenge object that is invalid.

Definition at line 44 of file attest_tests_common.h.

#define TEST_CHALLENGE_OBJ_SIZE   (PSA_INITIAL_ATTEST_CHALLENGE_SIZE_64)

Size of challenge object in bytes used for test.

Definition at line 37 of file attest_tests_common.h.

#define TEST_TOKEN_SIZE   (0x200)

Size of token buffer in bytes.

Definition at line 22 of file attest_tests_common.h.

#define TOO_SMALL_TOKEN_BUFFER   (16u)

Smaller buffer size which is not big enough to store the created token by attestation service.

Definition at line 30 of file attest_tests_common.h.