Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/vfs/ !
H A Dvfs_syscalls.c559 fsioc_graft_fs_t *gfs) in graft_secureboot_read_metadata() argument
565 &gfs->authentic_manifest_size, gfs->authentic_manifest))) { in graft_secureboot_read_metadata()
570 gfs->user_manifest_size = 0; in graft_secureboot_read_metadata()
574 &gfs->payload_size, gfs->payload))) { in graft_secureboot_read_metadata()
588 fsioc_graft_fs_t gfs = {}; in graft_secureboot_cryptex() local
619 gfs.authentic_manifest = kalloc_data(MAX_GRAFT_METADATA_SIZE, Z_WAITOK | Z_ZERO); in graft_secureboot_cryptex()
620 gfs.payload = kalloc_data(MAX_GRAFT_METADATA_SIZE, Z_WAITOK | Z_ZERO); in graft_secureboot_cryptex()
622 if (!gfs.authentic_manifest || !gfs.payload) { in graft_secureboot_cryptex()
629 error = graft_secureboot_read_metadata(sbc_args, vctx, &gfs); in graft_secureboot_cryptex()
634 gfs.graft_version = FSIOC_GRAFT_VERSION; in graft_secureboot_cryptex()
[all …]