Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/login/
H A Dlogin.c139 static OtpContext otp_ctx; variable
144 return (otp_verify_user (&otp_ctx, password)); in otp_verify()
672 otp_challenge(&otp_ctx, username, in main()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c473 OtpContext otp_ctx; variable
583 if (otp_challenge(&otp_ctx, name, ss, sizeof(ss)) == 0) { in user()
596 if ((s = otp_error (&otp_ctx)) != NULL) in user()
892 else if (otp_verify_user (&otp_ctx, passwd) == 0) { in pass()
905 if ((s = otp_error(&otp_ctx)) != NULL) in pass()