pub trait TpmExt: TpmRaw {
    fn getrandom(&mut self, buf: &mut [u8]) -> Result<(), Error> { ... }
}
Expand description

Trait extending Tpm for running higher-level TPM workflows.

These methods almost always issues multiple TPM commands under the hood.

Provided Methods

Implementors