Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/partitions/initial_attestation/
Dattest_core.c502 static void attest_get_option_flags(struct q_useful_buf_c *challenge, in attest_get_option_flags() argument
512 if ((challenge->len == PSA_INITIAL_ATTEST_CHALLENGE_SIZE_64) && in attest_get_option_flags()
513 (challenge->ptr)) { in attest_get_option_flags()
514 challenge_end = ((uint8_t *)challenge->ptr) + challenge->len; in attest_get_option_flags()
515 challenge_data = ((uint8_t *)challenge->ptr) + option_flags_size; in attest_get_option_flags()
529 (void)memcpy(option_flags, challenge->ptr, option_flags_size); in attest_get_option_flags()
640 attest_create_token(struct q_useful_buf_c *challenge, in attest_create_token() argument
658 attest_get_option_flags(challenge, &option_flags, &key_select); in attest_create_token()
688 challenge); in attest_create_token()
719 struct q_useful_buf_c challenge; in initial_attest_get_token() local
[all …]
/trusted-firmware-m-3.6.0/interface/include/psa/
Dinitial_attestation.h.in29 * The allowed size of input challenge in bytes: 32, 48, 64
159 * \param[in] auth_challenge Pointer to buffer where challenge input is
164 * \param[in] challenge_size Size of challenge object in bytes.
186 * \param[in] challenge_size Size of challenge object in bytes. This must be
187 * a supported challenge size (as above).
/trusted-firmware-m-3.6.0/docs/design_docs/software/
Dcode_sharing.rst35 Technical challenge
40 dynamic loading functionality. One major challenge to be solved in the Cortex-M
/trusted-firmware-m-3.6.0/docs/integration_guide/services/
Dtfm_attestation_integration_guide.rst39 - **Auth challenge**: Input object from caller. Can be a single nonce from