password-scheme-rpa.c revision 0f66f12eb4cdbf47670975044c88d8f388bf92df
#include "lib.h"
#include "buffer.h"
#include "md5.h"
#include "hex-binary.h"
#include "safe-memset.h"
#include "password-scheme.h"
/*
* Convert string to big-endian ucs2.
*/
{
while (*str) {
}
return buffer_free_without_data(&buf);
}
{
unsigned char *ucs2be_pw;
}