Skip to content

Commit

Permalink
optee-utee: refactoring net module
Browse files Browse the repository at this point in the history
- introduce the Socket struct for performing socket operations within TEE.
- introduce the SocketAdapter trait to support various implementations of the
  GP TEE Sockets API.
- introduce a predefined optee module for TCP and UDP support in OP-TEE
  compatible TEE OS.

Signed-off-by: ivila <[email protected]>
Reviewed-by: Yuan Zhuang <[email protected]>
  • Loading branch information
ivila committed Jan 22, 2025
1 parent 29972a9 commit e6d246e
Show file tree
Hide file tree
Showing 8 changed files with 692 additions and 363 deletions.
2 changes: 0 additions & 2 deletions optee-utee/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,4 @@ pub mod time;
pub mod arithmetical;
pub mod extension;
pub mod uuid;

#[cfg(target_os = "optee")]
pub mod net;
361 changes: 0 additions & 361 deletions optee-utee/src/net.rs

This file was deleted.

Loading

0 comments on commit e6d246e

Please sign in to comment.