├── Enclave_private.pem ├── SGX_File_Protection_System.txt ├── app.c ├── app.h ├── enclave.c ├── enclave.config.xml ├── enclave.edl ├── enclave.h ├── enclave.lds ├── enclave_hash.hex ├── makefile └── readme.md /Enclave_private.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/light1021/SGX-protected-fs-demo/HEAD/Enclave_private.pem -------------------------------------------------------------------------------- /SGX_File_Protection_System.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/light1021/SGX-protected-fs-demo/HEAD/SGX_File_Protection_System.txt -------------------------------------------------------------------------------- /app.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/light1021/SGX-protected-fs-demo/HEAD/app.c -------------------------------------------------------------------------------- /app.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/light1021/SGX-protected-fs-demo/HEAD/app.h -------------------------------------------------------------------------------- /enclave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/light1021/SGX-protected-fs-demo/HEAD/enclave.c -------------------------------------------------------------------------------- /enclave.config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/light1021/SGX-protected-fs-demo/HEAD/enclave.config.xml -------------------------------------------------------------------------------- /enclave.edl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/light1021/SGX-protected-fs-demo/HEAD/enclave.edl -------------------------------------------------------------------------------- /enclave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/light1021/SGX-protected-fs-demo/HEAD/enclave.h -------------------------------------------------------------------------------- /enclave.lds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/light1021/SGX-protected-fs-demo/HEAD/enclave.lds -------------------------------------------------------------------------------- /enclave_hash.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/light1021/SGX-protected-fs-demo/HEAD/enclave_hash.hex -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/light1021/SGX-protected-fs-demo/HEAD/makefile -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/light1021/SGX-protected-fs-demo/HEAD/readme.md --------------------------------------------------------------------------------