Home
last modified time | relevance | path

Searched refs:_PASSWORD_LEN (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/include/
Dpwd.h110 #define _PASSWORD_LEN 128 /* max length, not counting NULL */ macro
/freebsd-9-stable/release/picobsd/tinyware/passwd/
Dlocal_passwd.c106 char buf[_PASSWORD_LEN+1], salt[32];
/freebsd-9-stable/lib/libc/gen/
Dreadpassphrase.c183 static char buf[_PASSWORD_LEN + 1]; in getpass()
/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dreadpassphrase.c194 static char buf[_PASSWORD_LEN + 1];
/freebsd-9-stable/bin/ed/
Dcbc.c176 MEMZERO(p, _PASSWORD_LEN); in get_keyword()
/freebsd-9-stable/secure/lib/libcrypt/
Dcrypt-blowfish.c78 static char encrypted[_PASSWORD_LEN];
/freebsd-9-stable/sbin/init/
Dinit.c696 bzero(clear, _PASSWORD_LEN); in single_user()
/freebsd-9-stable/usr.sbin/pw/
Dpw_user.c108 char line[_PASSWORD_LEN+1]; in pw_user()