Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dcprotect.h71 #define VFS_CP_MAX_CACHEBUFLEN 64 /* Maximum size of the cached key */ macro
119 uint8_t cpx_cached_key[VFS_CP_MAX_CACHEBUFLEN];
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_cprotect.c153 if (key_len > VFS_CP_MAX_CACHEBUFLEN) { in cpx_alloc()