Searched refs:sbc_args (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.101.15/bsd/sys/_types/ |
| H A D | _graftdmg_un.h | 57 secure_boot_cryptex_args_t sbc_args; member
|
| /xnu-10063.101.15/bsd/vfs/ |
| H A D | vfs_syscalls.c | 555 graft_secureboot_read_metadata(secure_boot_cryptex_args_t *sbc_args, vfs_context_t vctx, in graft_secureboot_read_metadata() argument 561 if ((error = graft_secureboot_read_fd(sbc_args->sbc_authentic_manifest_fd, vctx, in graft_secureboot_read_metadata() 570 if ((error = graft_secureboot_read_fd(sbc_args->sbc_payload_fd, vctx, in graft_secureboot_read_metadata() 582 graft_secureboot_cryptex(uint32_t graft_type, secure_boot_cryptex_args_t *sbc_args, in graft_secureboot_cryptex() argument 591 if (sbc_args->sbc_version != GRAFTDMG_SECURE_BOOT_CRYPTEX_ARGS_VERSION) { in graft_secureboot_cryptex() 600 } else if (sbc_args->sbc_authentic_manifest_fd < 0 || in graft_secureboot_cryptex() 601 sbc_args->sbc_payload_fd < 0) { in graft_secureboot_cryptex() 626 error = graft_secureboot_read_metadata(sbc_args, vctx, &gfs); in graft_secureboot_cryptex() 633 gfs.graft_4cc = sbc_args->sbc_4cc; in graft_secureboot_cryptex() 634 if (sbc_args->sbc_flags & SBC_PRESERVE_MOUNT) { in graft_secureboot_cryptex() [all …]
|