Struct tss_tspi::NvRamArea [] [src]

pub struct NvRamArea<'ctx> {
    pub index: u32,
    pub pcr_read: PcrInfoShort,
    pub pcr_write: PcrInfoShort,
    pub perms: NvPermissions,
    pub read_st_clear: bool,
    pub write_st_clear: bool,
    pub write_define: bool,
    pub size: u32,
    // some fields omitted
}

Fields

Methods

impl<'ctx> NvRamArea<'ctx>
[src]

[src]

create an NVRAM area

[src]

get a reference to a NVRAM area

[src]

assign a secret to a specific NVRAM arex

[src]

write data to a specific NVRAM area

[src]

delete the NVRAM area

Trait Implementations

impl<'ctx> Debug for NvRamArea<'ctx>
[src]

[src]

Formats the value using the given formatter.