Home
last modified time | relevance | path

Searched defs:encl (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/sgx/
A Dmain.h20 struct encl { struct
26 size_t encl_size; argument
27 off_t encl_base; argument
29 struct encl_segment *segment_tbl; argument
37 void encl_delete(struct encl *ctx); argument
A Dload.c22 void encl_delete(struct encl *encl) in encl_delete()
44 static bool encl_map_bin(const char *path, struct encl *encl) in encl_map_bin()
80 static bool encl_ioc_create(struct encl *encl) in encl_ioc_create()
106 static bool encl_ioc_add_pages(struct encl *encl, struct encl_segment *seg) in encl_ioc_add_pages()
137 uint64_t encl_get_entry(struct encl *encl, const char *symbol) in encl_get_entry()
177 bool encl_load(const char *path, struct encl *encl, unsigned long heap_size) in encl_load()
318 static bool encl_map_area(struct encl *encl) in encl_map_area()
339 bool encl_build(struct encl *encl) in encl_build()
A Dmain.c137 static off_t encl_get_tcs_offset(struct encl *encl) in encl_get_tcs_offset()
156 static off_t encl_get_data_offset(struct encl *encl) in encl_get_data_offset()
171 struct encl encl; in FIXTURE() local
175 static bool setup_test_encl(unsigned long heap_size, struct encl *encl, in setup_test_encl()
A Dsigstruct.c295 static bool mrenclave_segment(EVP_MD_CTX *ctx, struct encl *encl, in mrenclave_segment()
314 bool encl_measure(struct encl *encl) in encl_measure()

Completed in 11 milliseconds