Searched refs:password_generate_otp (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/auth/ |
H A D | password-scheme-otp.c | 15 int password_generate_otp(const char *pw, const char *state_data, function
|
H A D | password-scheme.h | 87 int password_generate_otp(const char *pw, const char *state_data,
|
H A D | password-scheme.c | 753 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