Structs§
- KeyInfo
- The info used to identify a key.
Enums§
- Error
- Error values generated by this library
- TaKeysafe
Command
Functions§
- get_
hardware_ derived_ key - Gets a hardware derived key using the first device found in /dev/class/tee. This is useful in early boot when other services may not be up.
- get_
hardware_ derived_ key_ from_ service - Gets a hardware derived key using the service fuchsia.tee.Application. This should be used from components.
- rotate_
hardware_ derived_ key - Rotates the hardware derived key from a tee device at the /dev/class/tee. This is useful in early boot when other services may not be up.
- rotate_
hardware_ derived_ key_ from_ service - Rotates an existing hardware derived key identified by [
info
] using the service fuchsia.tee.Application. This should be used from components.