Searched defs:crypted_pass (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/auth/ |
H A D | passdb-checkpassword.c | 22 const char *scheme, *crypted_pass = NULL; local 37 crypted_pass = extra_fields[i]+9; 43 if (crypted_pass != NULL) { 45 scheme = password_get_scheme(&crypted_pass); 48 crypted_pass, scheme); 75 const char *scheme, *crypted_pass = NULL; local 90 crypted_pass = extra_fields[i]+9; 96 scheme = password_get_scheme(&crypted_pass); 100 passdb_handle_credentials(PASSDB_RESULT_OK, crypted_pass, scheme,
|
H A D | passdb-passwd-file.c | 81 const char *scheme, *crypted_pass; local 92 if (passwd_file_save_results(request, pu, &crypted_pass, &scheme) < 0) { 97 ret = auth_request_password_verify(request, password, crypted_pass, 112 const char *crypted_pass, *scheme; local 123 if (passwd_file_save_results(request, pu, &crypted_pass, &scheme) < 0) { 128 passdb_handle_credentials(PASSDB_RESULT_OK, crypted_pass, scheme,
|
H A D | passdb-vpopmail.c | 125 char *crypted_pass; local 129 crypted_pass = vpopmail_password_lookup(request, &cleartext, &result); 130 if (crypted_pass == NULL) { 134 tmp_pass = crypted_pass; 146 safe_memset(crypted_pass, 0, strlen(crypted_pass));
|
Completed in 25 milliseconds