16 #ifndef PASSWORD_INCLUDED
17 #define PASSWORD_INCLUDED
19 #include "my_global.h"
25 void my_make_scrambled_password_323(
char *
to,
const char *password,
27 void my_make_scrambled_password(
char *
to,
const char *password,
29 void my_make_scrambled_password_sha1(
char *
to,
const char *password,
31 void my_make_scrambled_password_323(
char *
to,
const char *password,
34 void hash_password(ulong *result,
const char *password, uint password_len);