Searched defs:crypted_password (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/auth/
H A Dpassword-scheme.c282 password_scheme_detect(const char *plain_password, const char *crypted_password, argument
294 if (password_decode(crypted_password, scheme->name,
H A Dauth-request.c2412 const char *crypted_password,
2422 plain_password, crypted_password);
2428 crypted_password, params);
2511 const char *crypted_password,
2515 crypted_password, scheme, subsystem, TRUE);
2520 const char *crypted_password,
2547 ret = password_decode(crypted_password, scheme,
2568 t_strdup_printf(" '%s'", crypted_password) : "";
2578 crypted_password, scheme,
2410 log_password_failure(struct auth_request *request, const char *plain_password, const char *crypted_password, const char *scheme, const struct password_generate_params *params, const char *subsystem) argument
2509 auth_request_password_verify(struct auth_request *request, const char *plain_password, const char *crypted_password, const char *scheme, const char *subsystem) argument
2518 auth_request_password_verify_log(struct auth_request *request, const char *plain_password, const char *crypted_password, const char *scheme, const char *subsystem, bool log_password_mismatch) argument

Completed in 440 milliseconds