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

/freebsd-13-stable/include/
H A Dpwd.h112 #define _PASSWORD_LEN 128 /* max length, not counting NULL */ macro
/freebsd-13-stable/lib/libc/gen/
H A Dreadpassphrase.c192 static char buf[_PASSWORD_LEN + 1];
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c200 static char buf[_PASSWORD_LEN + 1];
/freebsd-13-stable/lib/libpam/modules/pam_unix/
H A Dpam_unix.c131 if (strnlen(pass, _PASSWORD_LEN + 1) > _PASSWORD_LEN) {
/freebsd-13-stable/usr.sbin/pw/
H A Dpw_user.c180 char line[_PASSWORD_LEN+1];
1190 char line[_PASSWORD_LEN+1], path[MAXPATHLEN];
/freebsd-13-stable/sbin/init/
H A Dinit.c911 explicit_bzero(clear, _PASSWORD_LEN);

Completed in 128 milliseconds