Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dfsctl.h304 void *authentic_manifest; member
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_syscalls.c575 &gfs->authentic_manifest_size, gfs->authentic_manifest))) { in graft_secureboot_read_metadata()
629 gfs.authentic_manifest = kalloc_data(MAX_GRAFT_METADATA_SIZE, Z_WAITOK | Z_ZERO); in graft_secureboot_cryptex()
632 if (!gfs.authentic_manifest || !gfs.payload) { in graft_secureboot_cryptex()
671 if (gfs.authentic_manifest) { in graft_secureboot_cryptex()
672 kfree_data(gfs.authentic_manifest, MAX_GRAFT_METADATA_SIZE); in graft_secureboot_cryptex()
673 gfs.authentic_manifest = NULL; in graft_secureboot_cryptex()