Home
last modified time | relevance | path

Searched refs:ATT_MAX_TOKEN_SIZE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_attestation.c33 size_t token_buf_size = ATT_MAX_TOKEN_SIZE; in att_get_iat()
107 uint8_t nonce_buf[ATT_MAX_TOKEN_SIZE] = { in att_test()
120 uint32_t iat_sz = ATT_MAX_TOKEN_SIZE; in att_test()
121 uint8_t iat_buf[ATT_MAX_TOKEN_SIZE] = { 0 }; in att_test()
Dpsa_attestation.h16 #define ATT_MAX_TOKEN_SIZE (0x240) macro