Re-exports§
pub use algorithm::*;pub use certificate::*;pub use convert::*;pub use create::*;pub use create_primary::*;pub use delete::*;pub use key::*;pub use load::*;pub use memory::*;pub use pcr_event::*;pub use policy::*;pub use reset_lock::*;pub use return_code::*;pub use save::*;pub use seal::*;pub use session::*;pub use start_session::*;pub use unseal::*;
Modules§
- algorithm
- certificate
- convert
- create
- Handles the
createcommand, which creates secondary keys. - create_
primary - delete
- key
- load
- memory
- pcr_
event - policy
- reset_
lock - return_
code - save
- seal
- session
- start_
session - unseal
Enums§
Functions§
- deny_
keyedhash - Returns an error if the provided algorithm is
KeyedHash. - print_
table - Creates, styles, and prints a table from a vector of
Tableditems.