Home
last modified time | relevance | path

Searched refs:_PASSWORD_SECUREONLY (Results 1 – 3 of 3) sorted by relevance

/dports/security/lua-bcrypt/lua-bcrypt-2.1-4/include/
H A Dpwd.h75 #define _PASSWORD_SECUREONLY 0x01 /* only generate spwd.db file */ macro
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dpwd.h75 #define _PASSWORD_SECUREONLY 0x01 /* only generate spwd.db file */ macro
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libutil/
H A Dpasswd.c133 if (flags & _PASSWORD_SECUREONLY) in pw_mkdb()