Home
last modified time | relevance | path

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

/linux/samples/nitro_enclaves/
H A Dne_ioctl_sample.c278 * @enclave_image_path : The file path of the enclave image.
286 char *enclave_image_path) in ne_load_enclave_image() argument
304 rc = stat(enclave_image_path, &image_stat_buf); in ne_load_enclave_image()
344 enclave_image_fd = open(enclave_image_path, O_RDONLY); in ne_load_enclave_image()