Searched refs:gfs (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_syscalls.c | 593 vfs_context_t vctx, fsioc_graft_fs_t *gfs) in graft_secureboot_read_metadata() argument 605 manifest_path_prefix, &gfs->authentic_manifest_size, gfs->authentic_manifest))) { in graft_secureboot_read_metadata() 610 gfs->user_manifest_size = 0; in graft_secureboot_read_metadata() 614 NULL, &gfs->payload_size, gfs->payload))) { in graft_secureboot_read_metadata() 628 fsioc_graft_fs_t gfs = {}; in graft_secureboot_cryptex() local 662 gfs.authentic_manifest = kalloc_data(MAX_GRAFT_METADATA_SIZE, Z_WAITOK | Z_ZERO); in graft_secureboot_cryptex() 663 gfs.payload = 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() 672 error = graft_secureboot_read_metadata(graft_type, sbc_args, vctx, &gfs); in graft_secureboot_cryptex() 677 gfs.graft_version = FSIOC_GRAFT_VERSION; in graft_secureboot_cryptex() [all …]
|