Searched defs:encl (Results 1 – 4 of 4) sorted by relevance
20 struct encl { struct26 size_t encl_size; argument27 off_t encl_base; argument29 struct encl_segment *segment_tbl; argument37 void encl_delete(struct encl *ctx); argument
22 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()
137 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() local175 static bool setup_test_encl(unsigned long heap_size, struct encl *encl, in setup_test_encl()
295 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