23#ifndef PASSWORD_INCLUDED
24#define PASSWORD_INCLUDED
static char * password
Definition: mysql_secure_installation.cc:57
void hash_password(ulong *result, const char *password, uint password_len)
Definition: password.cc:99
void my_make_scrambled_password(char *to, const char *password, size_t pass_len)
Definition: password.cc:183
struct rand_struct * get_sql_rand()
void my_make_scrambled_password_sha1(char *to, const char *password, size_t pass_len)
Definition: password.cc:227
Definition: mysql_com.h:1107