Searched refs:_PASSWORD_LEN (Results 1 - 10 of 10) sorted by path

/openbsd-current/include/
H A Dpwd.h64 #define _PASSWORD_LEN 128 /* max length, not counting NUL */ macro
/openbsd-current/lib/libc/gen/
H A Dreadpassphrase.c183 static char buf[_PASSWORD_LEN + 1];
/openbsd-current/usr.bin/lock/
H A Dlock.c69 char hash[_PASSWORD_LEN];
/openbsd-current/lib/libc/crypt/
H A Dbcrypt.c248 char buf[_PASSWORD_LEN];
H A Dcryptutil.c27 char dummy[_PASSWORD_LEN];
/openbsd-current/usr.bin/encrypt/
H A Dencrypt.c66 char buffer[_PASSWORD_LEN];
/openbsd-current/usr.bin/htpasswd/
H A Dhtpasswd.c51 char hash[_PASSWORD_LEN], pass[1024], pass2[1024];
/openbsd-current/usr.bin/passwd/
H A Dlocal_passwd.c173 static char hash[_PASSWORD_LEN];
/openbsd-current/usr.sbin/ikectl/
H A Dikeca.c426 char prev[_PASSWORD_LEN + 1];
718 char prev[_PASSWORD_LEN + 1];
719 char passenv[_PASSWORD_LEN + 8];
/openbsd-current/usr.sbin/user/
H A Duser.c169 PasswordLength = _PASSWORD_LEN,

Completed in 247 milliseconds