password-scheme-rpa.c revision 23bdbb7b1831785c6ba6df190f6369da882d2b9d
#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 != '\0') {
}
return buffer_free_without_data(&buf);
}
{
unsigned char *ucs2be_pw;
}