Home
last modified time | relevance | path

Searched refs:LOAD_DECRYPTFAIL (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dmach_loader.h123 #define LOAD_DECRYPTFAIL 10 /* FP decrypt failure */ macro
H A Dmach_loader.c1345 if (ret == LOAD_DECRYPTFAIL) { in parse_machfile()
3345 return LOAD_DECRYPTFAIL; in set_code_unprotect()
H A Dkern_exec.c6565 case LOAD_DECRYPTFAIL: in load_return_to_errno()