HomeSort by: relevance | last modified time | path
    Searched defs:_PASSWORD_LEN (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
pwd.h 92 #define _PASSWORD_LEN 128 /* max length, not counting NUL */
  /src/usr.bin/passwd/
yp_passwd.c 66 #ifndef _PASSWORD_LEN
67 #define _PASSWORD_LEN PASS_MAX
88 static char buf[_PASSWORD_LEN + 1];
89 char salt[_PASSWORD_LEN + 1];
140 if (pw_gensalt(salt, _PASSWORD_LEN, key, opt) == -1) {

Completed in 13 milliseconds