Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_mman.c1470 const char * cryptname = 0; in mremap_encrypted() local
1503 cryptname = "com.apple.unfree"; in mremap_encrypted()
1508 cryptname = "com.apple.null"; in mremap_encrypted()
1558 result = text_crypter_create(&crypt_info, cryptname, (void*)&crypt_data); in mremap_encrypted()
1573 __FUNCTION__, cryptname, result); in mremap_encrypted()
H A Dmach_loader.c3271 const char * cryptname = 0; in set_code_unprotect() local
3290 cryptname = "com.apple.unfree"; in set_code_unprotect()
3295 cryptname = "com.apple.null"; in set_code_unprotect()
3329 kr = text_crypter_create(&crypt_info, cryptname, (void*)&crypt_data); in set_code_unprotect()
3342 cryptname, kr); in set_code_unprotect()