Searched refs:NCACHE (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dpwcache.c43 #define NCACHE 64 /* power of 2 */ macro
44 #define MASK (NCACHE - 1) /* bits to store with */
53 } c_uid[NCACHE];
88 } c_gid[NCACHE];

Completed in 103 milliseconds