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

/dovecot/src/auth/
H A Dauth-policy.c423 const char *hashed_password, const char *requested_username)
431 table[0].long_key = "hashed_password";
432 table[0].value = hashed_password;
479 const char *hashed_password = binary_to_hex(buffer->data, buffer->used); local
481 var_table = policy_get_var_expand_table(context->request, hashed_password, requested_username);
422 policy_get_var_expand_table(struct auth_request *auth_request, const char *hashed_password, const char *requested_username) argument

Completed in 24 milliseconds