forked from keystone-enclave/keystone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule riscv-pk
updated
46 files
Submodule sdk
updated
25 files
+39 −0 | .fast-setup.sh | |
+2 −0 | .prebuilt_tools_shasums | |
+46 −0 | .travis.yml | |
+11 −0 | README.md | |
+0 −1 | examples/tests/test-runner.cpp | |
+26 −0 | lib/app/include/sealing.h | |
+7 −0 | lib/app/include/syscall.h | |
+10 −0 | lib/app/src/syscall.c | |
+1 −1 | lib/host/Makefile | |
+12 −11 | lib/host/include/hash_util.h | |
+4 −1 | lib/host/include/keystone.h | |
+66 −0 | lib/host/include/keystone_device.h | |
+18 −26 | lib/host/src/keystone.cpp | |
+92 −0 | lib/host/src/keystone_device.cpp | |
+1 −1 | rts/eyrie.version | |
+37 −0 | tests/Makefile | |
+87 −0 | tests/keystone_test.cpp | |
+34 −0 | tests/scripts/setup_binary.sh | |
+14 −0 | tests/scripts/setup_test.sh | |
+1 −0 | tests/tests/.gitignore | |
+32 −0 | tests/tests/Makefile | |
+28 −0 | tests/tests/app.lds | |
+29 −0 | tests/tests/app.mk | |
+4 −0 | tests/tests/stack/Makefile | |
+11 −0 | tests/tests/stack/stack.s |