Home
last modified time | relevance | path

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

/trusted-firmware-m-3.5.0/secure_fw/partitions/initial_attestation/
Dattest_boot_data.c243 uint8_t slot_index; in attest_encode_sw_components_array() local
264 for (slot_index = 0; slot_index < NUM_OF_MEASUREMENT_SLOTS; slot_index++) { in attest_encode_sw_components_array()
270 status = tfm_measured_boot_read_measurement(slot_index, in attest_encode_sw_components_array()
/trusted-firmware-m-3.5.0/secure_fw/spm/include/boot/
Dtfm_boot_status.h147 #define SET_MBS_MINOR(slot_index, claim) \ argument
148 (MASK_LEFT_SHIFT(slot_index, SLOT_ID_MASK, SLOT_ID_POS) | \