Home
last modified time | relevance | path

Searched refs:crypt_info (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/osfmk/vm/
H A Dvm_apple_protect.c1055 pager->crypt_info = crypt_info; /* allocated by caller */ in apple_protect_pager_create()
1060 crypt_info, in apple_protect_pager_create()
1091 } else if (pager2->crypt_info != crypt_info) { in apple_protect_pager_create()
1168 crypt_info, in apple_protect_pager_create()
1172 crypt_info = NULL; in apple_protect_pager_create()
1201 crypt_info, in apple_protect_pager_setup()
1237 crypt_info, in apple_protect_pager_setup()
1453 crypt_info, in crypt_info_reference()
1467 crypt_info, in crypt_info_deallocate()
1475 crypt_info->crypt_end(crypt_info->crypt_ops); in crypt_info_deallocate()
[all …]
H A Dvm_protos_internal.h50 struct pager_crypt_info *crypt_info,
H A Dvm_protos.h153 struct pager_crypt_info *crypt_info,
H A Dvm_map.c1022 struct pager_crypt_info *crypt_info, in vm_map_apple_protected() argument
1158 crypt_info, in vm_map_apple_protected()
/xnu-11215/osfmk/kern/
H A Dpage_decrypt.h75 typedef int (*text_crypter_create_hook_t)(struct pager_crypt_info *crypt_info,
/xnu-11215/bsd/kern/
H A Dmach_loader.c1760 struct pager_crypt_info crypt_info; in unprotect_dsmos_segment() local
1761 crypt_info.page_decrypt = dsmos_page_transform; in unprotect_dsmos_segment()
1762 crypt_info.crypt_ops = NULL; in unprotect_dsmos_segment()
1763 crypt_info.crypt_end = NULL; in unprotect_dsmos_segment()
1765 crypt_info.crypt_ops = (void *)0x2e69cf40; in unprotect_dsmos_segment()
1791 &crypt_info, in unprotect_dsmos_segment()
3436 pager_crypt_info_t crypt_info; in set_code_unprotect() local
3496 kr = text_crypter_create(&crypt_info, cryptname, (void*)&crypt_data); in set_code_unprotect()
3574 &crypt_info, in set_code_unprotect()
H A Dkern_mman.c1771 pager_crypt_info_t crypt_info; in mremap_encrypted() local
1864 result = text_crypter_create(&crypt_info, cryptname, (void*)&crypt_data); in mremap_encrypted()
1895 &crypt_info, in mremap_encrypted()
/xnu-11215/tools/lldbmacros/
H A Dmemory.py4304 ….crypto_end, pager.crypt_info, pager.crypt_info.page_decrypt, pager.crypt_info.crypt_end, pager.cr…