Searched refs:exec_add_entropy_key (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_exec.c | 5460 exec_add_entropy_key(struct image_params *imgp, in exec_add_entropy_key() function 5559 error = exec_add_entropy_key(imgp, GUARD_KEY, GUARD_VALUES, TRUE); in exec_add_apple_strings() 5568 error = exec_add_entropy_key(imgp, ENTROPY_KEY, ENTROPY_VALUES, FALSE); in exec_add_apple_strings() 5578 error = exec_add_entropy_key(imgp, PTR_MUNGE_KEY, PTR_MUNGE_VALUES, FALSE); in exec_add_apple_strings()
|