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

Asynchronous ECALL between enclaves

RONCE
Beginner
495 Views

Hi, 

I am a beginner in SGX, I want to make a system of several enclaves forming a ring. For communication between two enclaves, I want to know if it is possible to make Asynchronous ECALL from one enclave to another?

Thanks !

0 Kudos
1 Solution
Rodolfo_S_
New Contributor III
495 Views

Hi,

You cannot make an ECall between enclaves at all. The definition of an ECall is a function call that comes from the untrusted part into the enclave.

Regards,

Rodolfo

View solution in original post

0 Kudos
1 Reply
Rodolfo_S_
New Contributor III
496 Views

Hi,

You cannot make an ECall between enclaves at all. The definition of an ECall is a function call that comes from the untrusted part into the enclave.

Regards,

Rodolfo

0 Kudos
Reply