Home
last modified time | relevance | path

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

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