Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dplatform.h32 int platform_locked_account(struct passwd *);
H A Dplatform.c159 platform_locked_account(struct passwd *pw) in platform_locked_account() function
H A Dauth.c111 if (!options.use_pam && platform_locked_account(pw)) { in allowed_user()