Module optee_utee::net

source ·

Structs§

  • A setup parameter used for OP-TEE.
  • A struct used for socket operations.
  • An adapter for TCP sockets in OP-TEE. Typically, it is not used directly, but can be employed for wrapper operations, such as traffic control within the TEE.
  • An adapter for UDP sockets in OP-TEE. Typically, it is not used directly, but can be employed for wrapper operations, such as traffic control within the TEE.

Enums§

Traits§

  • A trait designed to accommodate various implementations of GP TEE Sockets API.
  • A trait used for convenience; import it so that the code remains consistent with the std version (with the only difference being the return error type).
  • A trait used for convenience; import it so that the code remains consistent with the std version (with the only difference being the return error type).
  • A trait used for convenience; import it so that the code remains consistent with the std version (with the only difference being the return error type).

Type Aliases§

  • A TcpStream that is compatible with OP-TEE.
  • A UdpSocket that is compatible with OP-TEE.