Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

File Descriptor in SGX

SAM_R_2
Beginner
514 Views

Hi,

Is it possible to use file descriptor for any kind of file operation and carrying the files from one system to another via SGX? and also syscall is prohibited inside the enclave am i correct?

-Thanks

0 Kudos
1 Solution
Surenthar_S_Intel
514 Views

Hi Sam,

For file i/O operations, you need to define file I/O APIs as OCALLs in the EDL file and include additional declarations in a header file, which can be included in the EDL file.

-Surenthar

View solution in original post

0 Kudos
2 Replies
Surenthar_S_Intel
515 Views

Hi Sam,

For file i/O operations, you need to define file I/O APIs as OCALLs in the EDL file and include additional declarations in a header file, which can be included in the EDL file.

-Surenthar

0 Kudos
SAM_R_2
Beginner
514 Views

Thanks Surenthar....

0 Kudos
Reply