Home
last modified time | relevance | path

Searched refs:crypt_ops (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/osfmk/kern/
H A Dpage_decrypt.h51 unsigned long long src_offset, void *crypt_ops);
53 void (*crypt_end)(void *crypt_ops);
55 void *crypt_ops; member
/xnu-8020.121.3/osfmk/vm/
H A Dvm_apple_protect.c601 pager->crypt_info->crypt_ops); in apple_protect_pager_data_request()
1093 crypt_info->crypt_ops, in apple_protect_pager_create()
1111 (pager2->crypt_info->crypt_ops != in apple_protect_pager_create()
1112 crypt_info->crypt_ops)) { in apple_protect_pager_create()
1234 crypt_info->crypt_ops, in apple_protect_pager_setup()
1250 (pager->crypt_info->crypt_ops != in apple_protect_pager_setup()
1251 crypt_info->crypt_ops)) { in apple_protect_pager_setup()
1270 crypt_info->crypt_ops, in apple_protect_pager_setup()
1275 old_crypt_info->crypt_ops, in apple_protect_pager_setup()
1505 crypt_info->crypt_end(crypt_info->crypt_ops); in crypt_info_deallocate()
/xnu-8020.121.3/bsd/kern/
H A Dmach_loader.c1716 crypt_info.crypt_ops = NULL; in unprotect_dsmos_segment()
1719 crypt_info.crypt_ops = (void *)0x2e69cf40; in unprotect_dsmos_segment()
/xnu-8020.121.3/tools/lldbmacros/
H A Dmemory.py4020 …r.crypt_info.page_decrypt, pager.crypt_info.crypt_end, pager.crypt_info.crypt_ops, pager.crypt_inf…