Home
last modified time | relevance | path

Searched refs:encl_load (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/sgx/
H A Dmain.h38 bool encl_load(const char *path, struct encl *encl, unsigned long heap_size);
H A Dload.c177 bool encl_load(const char *path, struct encl *encl, unsigned long heap_size) in encl_load() function
H A Dmain.c186 if (!encl_load("test_encl.elf", encl, heap_size)) { in setup_test_encl()