⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

get_measurement

Function get_measurement 

Source
pub fn get_measurement(
    index: usize,
) -> Option<(&'static str, [u8; 32], u64, Option<u8>)>
Expand description

Get a recorded boot measurement by index.

Returns a copy of the measurement entry (stage name, hash, timestamp, PCR index).