Home
last modified time | relevance | path

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

/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_attestation.c121 uint8_t iat_buf[ATT_MAX_TOKEN_SIZE] = { 0 }; in att_test() local
131 err = att_get_iat(nonce_buf, nonce_sz, iat_buf, &iat_sz); in att_test()
140 sf_hex_tabulate_16(&fmt, iat_buf, (size_t)iat_sz); in att_test()