Home
last modified time | relevance | path

Searched refs:AUTH_OTP (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/appl/login/
H A Dlogin.c136 static enum { NONE = 0, AUTH_KRB5 = 2, AUTH_OTP = 3 } auth; enumerator
539 auth = AUTH_OTP; in check_password()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c97 #define AUTH_OTP (1 << 1) /* passwords are one-time */ macro
182 ret |= AUTH_PLAIN|AUTH_OTP; in parse_auth_level()
589 if ((auth_level & AUTH_OTP) == 0) { in user()
896 else if((auth_level & AUTH_OTP) == 0) { in pass()