Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/partitions/initial_attestation/
Dattest_core.c509 uint8_t *challenge_data; in attest_get_option_flags() local
515 challenge_data = ((uint8_t *)challenge->ptr) + option_flags_size; in attest_get_option_flags()
518 while (challenge_data < challenge_end) { in attest_get_option_flags()
519 if (*challenge_data++ != 0) { in attest_get_option_flags()