Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dpage_decrypt.c61 text_crypter_create_hook_t text_crypter_create; variable
65 text_crypter_create = hook; in text_crypter_create_hook_set()
H A Dpage_decrypt.h78 extern text_crypter_create_hook_t text_crypter_create;
/xnu-10002.61.3/bsd/kern/
H A Dkern_mman.c1625 if (NULL == text_crypter_create) { in mremap_encrypted()
1670 result = text_crypter_create(&crypt_info, cryptname, (void*)&crypt_data); in mremap_encrypted()
H A Dmach_loader.c3620 if (NULL == text_crypter_create) { in set_code_unprotect()
3646 kr = text_crypter_create(&crypt_info, cryptname, (void*)&crypt_data); in set_code_unprotect()