wasm-micro-runtime/core/shared/platform/linux-sgx/untrusted
Wenyong Huang 37cc6eac3b
Implement SGX getrandom/getentropy without ocall (#1176)
Implement SGX getrandom with sgx_read_rand and getentropy with `rdseed` instruction
instead of ocall to improve the security.
2022-05-21 12:21:09 +08:00
..
file.c Implement SGX getrandom/getentropy without ocall (#1176) 2022-05-21 12:21:09 +08:00
pthread.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
signal.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
socket.c Implement Berkeley Socket API for Intel SGX (#1061) 2022-03-25 17:46:29 +08:00
time.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00