Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/ !
H A Dfsctl.h304 void *authentic_manifest; member
/xnu-11417.140.69/bsd/vfs/ !
H A Dvfs_syscalls.c604 manifest_path_prefix, &gfs->authentic_manifest_size, gfs->authentic_manifest))) { in graft_secureboot_read_metadata()
661 gfs.authentic_manifest = kalloc_data(MAX_GRAFT_METADATA_SIZE, Z_WAITOK | Z_ZERO); in graft_secureboot_cryptex()
664 if (!gfs.authentic_manifest || !gfs.payload) { in graft_secureboot_cryptex()
703 if (gfs.authentic_manifest) { in graft_secureboot_cryptex()
704 kfree_data(gfs.authentic_manifest, MAX_GRAFT_METADATA_SIZE); in graft_secureboot_cryptex()
705 gfs.authentic_manifest = NULL; in graft_secureboot_cryptex()