HomeSort by relevance Sort by last modified time
    Searched refs:auth_shadow_acctexpired (Results 1 - 3 of 3) sorted by null

  /external/openssh/
auth-shadow.c 56 auth_shadow_acctexpired(struct spwd *spw) function
auth.h 132 int auth_shadow_acctexpired(struct spwd *);
auth.c 112 if (!options.use_pam && spw != NULL && auth_shadow_acctexpired(spw))

Completed in 124 milliseconds