Crate fidl_fuchsia_tee

source ·

Macros§

Structs§

Enums§

  • Represents a connection to an application running in the TEE.
  • Provides information about the TEE device.
  • Communication with the TEE OS and Trusted Applications is performed using opaque parameters. These parameters can be a mix of small values (Value type) or a buffer reference (Buffer type). A parameter will be tagged as either an input, output or both (inout).
  • Each operation must flow through the device driver and the trusted operating system before reaching the trusted application (and back). The ReturnOrigin indicates which layer provided the return code.

Constants§

Traits§

Type Aliases§