Searched refs:sbc_args (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.61.2/bsd/sys/_types/ |
| H A D | _graftdmg_un.h | 57 secure_boot_cryptex_args_t sbc_args; member
|
| /xnu-8792.61.2/bsd/vfs/ |
| H A D | vfs_syscalls.c | 562 graft_secureboot_read_metadata(secure_boot_cryptex_args_t *sbc_args, vfs_context_t vctx, in graft_secureboot_read_metadata() argument 568 if ((error = graft_secureboot_read_fd(sbc_args->sbc_authentic_manifest_fd, vctx, in graft_secureboot_read_metadata() 577 if ((error = graft_secureboot_read_fd(sbc_args->sbc_payload_fd, vctx, in graft_secureboot_read_metadata() 589 graft_secureboot_cryptex(uint32_t graft_type, secure_boot_cryptex_args_t *sbc_args, in graft_secureboot_cryptex() argument 598 if (sbc_args->sbc_version != GRAFTDMG_SECURE_BOOT_CRYPTEX_ARGS_VERSION) { in graft_secureboot_cryptex() 607 } else if (sbc_args->sbc_authentic_manifest_fd < 0 || in graft_secureboot_cryptex() 608 sbc_args->sbc_payload_fd < 0) { in graft_secureboot_cryptex() 633 error = graft_secureboot_read_metadata(sbc_args, vctx, &gfs); in graft_secureboot_cryptex() 640 gfs.graft_4cc = sbc_args->sbc_4cc; in graft_secureboot_cryptex() 641 if (sbc_args->sbc_flags & SBC_PRESERVE_MOUNT) { in graft_secureboot_cryptex() [all …]
|