Searched refs:password_generate_otp (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/auth/
H A Dpassword-scheme-otp.c15 int password_generate_otp(const char *pw, const char *state_data, function
H A Dpassword-scheme.h87 int password_generate_otp(const char *pw, const char *state_data,
H A Dpassword-scheme.c753 if (password_generate_otp(plaintext, password, -1, &generated) < 0) {
767 if (password_generate_otp(plaintext, NULL, OTP_HASH_SHA1, &password) < 0)
779 if (password_generate_otp(plaintext, NULL, OTP_HASH_MD4, &password) < 0)

Completed in 13 milliseconds