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

/netbsd-current/lib/libskey/
H A Dskey.h44 #ifndef SKEY_MIN_PW_LEN
45 #define SKEY_MIN_PW_LEN 10 macro
/netbsd-current/usr.bin/skey/
H A Dskey.c125 if (strlen(passwd) < SKEY_MIN_PW_LEN)
128 SKEY_MIN_PW_LEN);
/netbsd-current/usr.bin/skeyinit/
H A Dskeyinit.c298 if (strlen(passwd) < SKEY_MIN_PW_LEN) {
300 "Your password must be at least %d characters long.\n", SKEY_MIN_PW_LEN);

Completed in 131 milliseconds