Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/partitions/initial_attestation/
Dattest_boot_data.c215 uint8_t slot_index; in attest_encode_sw_components_array() local
236 for (slot_index = 0; slot_index < NUM_OF_MEASUREMENT_SLOTS; slot_index++) { in attest_encode_sw_components_array()
242 status = tfm_measured_boot_read_measurement(slot_index, in attest_encode_sw_components_array()
/trusted-firmware-m-3.6.0/secure_fw/spm/include/boot/
Dtfm_boot_status.h140 #define SET_MBS_MINOR(slot_index, claim) \ argument
141 (MASK_LEFT_SHIFT(slot_index, SLOT_ID_MASK, SLOT_ID_POS) | \