Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h221 #define O_DP_GETRAWENCRYPTED 0x0001 macro
/xnu-8792.61.2/bsd/kern/
H A Dkern_guarded.c373 if (uap->dpflags & (O_DP_GETRAWENCRYPTED | O_DP_GETRAWUNENCRYPTED)) { in guarded_open_dprotected_np()
378 if (uap->dpflags & O_DP_GETRAWENCRYPTED) { in guarded_open_dprotected_np()
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c4960 if (dpflags & (O_DP_GETRAWENCRYPTED | O_DP_GETRAWUNENCRYPTED | O_DP_AUTHENTICATE)) { in openat_dprotected_internal()
4967 if (dpflags & O_DP_GETRAWENCRYPTED) { in openat_dprotected_internal()