Function tpm_log_event_ascii

Source
pub fn tpm_log_event_ascii(
    boot_services: &BootServices,
    pcr_index: PcrIndex,
    buffer: &[u8],
    description: &str,
) -> Result<bool>
Expand description

Log an event in the TPM with buffer as data. Returns a boolean whether the measurement has been done or not in case of success.