Searched refs:sbc_args (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/bsd/sys/_types/ |
| H A D | _graftdmg_un.h | 57 secure_boot_cryptex_args_t sbc_args; member
|
| /xnu-11417.121.6/bsd/vfs/ |
| H A D | vfs_syscalls.c | 591 graft_secureboot_read_metadata(uint32_t graft_type, secure_boot_cryptex_args_t *sbc_args, in graft_secureboot_read_metadata() argument 603 if ((error = graft_secureboot_read_fd(sbc_args->sbc_authentic_manifest_fd, vctx, in graft_secureboot_read_metadata() 612 if ((error = graft_secureboot_read_fd(sbc_args->sbc_payload_fd, vctx, in graft_secureboot_read_metadata() 624 graft_secureboot_cryptex(uint32_t graft_type, secure_boot_cryptex_args_t *sbc_args, in graft_secureboot_cryptex() argument 633 if (sbc_args->sbc_version != GRAFTDMG_SECURE_BOOT_CRYPTEX_ARGS_VERSION) { in graft_secureboot_cryptex() 645 } else if (sbc_args->sbc_authentic_manifest_fd < 0 || in graft_secureboot_cryptex() 646 sbc_args->sbc_payload_fd < 0) { in graft_secureboot_cryptex() 671 error = graft_secureboot_read_metadata(graft_type, sbc_args, vctx, &gfs); in graft_secureboot_cryptex() 678 gfs.graft_4cc = sbc_args->sbc_4cc; in graft_secureboot_cryptex() 679 if (sbc_args->sbc_flags & SBC_PRESERVE_MOUNT) { in graft_secureboot_cryptex() [all …]
|