Home
last modified time | relevance | path

Searched refs:secure_boot_cryptex_args_t (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.41.3/bsd/sys/_types/
H A D_graftdmg_un.h53 } __attribute__((aligned(4), packed)) secure_boot_cryptex_args_t; typedef
57 secure_boot_cryptex_args_t sbc_args;
/xnu-11215.41.3/bsd/vfs/
H A Dvfs_syscalls.c586 graft_secureboot_read_metadata(uint32_t graft_type, secure_boot_cryptex_args_t *sbc_args, in graft_secureboot_read_metadata()
619 graft_secureboot_cryptex(uint32_t graft_type, secure_boot_cryptex_args_t *sbc_args, in graft_secureboot_cryptex()
726 secure_boot_cryptex_args_t *sbc_args = NULL; in graftdmg()