Searched refs:sbc_args (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.81.5/bsd/sys/_types/ |
| H A D | _graftdmg_un.h | 57 secure_boot_cryptex_args_t sbc_args; member
|
| /xnu-10002.81.5/bsd/vfs/ |
| H A D | vfs_syscalls.c | 552 graft_secureboot_read_metadata(secure_boot_cryptex_args_t *sbc_args, vfs_context_t vctx, in graft_secureboot_read_metadata() argument 558 if ((error = graft_secureboot_read_fd(sbc_args->sbc_authentic_manifest_fd, vctx, in graft_secureboot_read_metadata() 567 if ((error = graft_secureboot_read_fd(sbc_args->sbc_payload_fd, vctx, in graft_secureboot_read_metadata() 579 graft_secureboot_cryptex(uint32_t graft_type, secure_boot_cryptex_args_t *sbc_args, in graft_secureboot_cryptex() argument 588 if (sbc_args->sbc_version != GRAFTDMG_SECURE_BOOT_CRYPTEX_ARGS_VERSION) { in graft_secureboot_cryptex() 597 } else if (sbc_args->sbc_authentic_manifest_fd < 0 || in graft_secureboot_cryptex() 598 sbc_args->sbc_payload_fd < 0) { in graft_secureboot_cryptex() 623 error = graft_secureboot_read_metadata(sbc_args, vctx, &gfs); in graft_secureboot_cryptex() 630 gfs.graft_4cc = sbc_args->sbc_4cc; in graft_secureboot_cryptex() 631 if (sbc_args->sbc_flags & SBC_PRESERVE_MOUNT) { in graft_secureboot_cryptex() [all …]
|