/* Copyright (c) 2010-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "md4.h"
#include "md5.h"
#include "sha1.h"
#include "sha2.h"
#include "sha3.h"
#include "hash-method.h"
{
unsigned int i;
for (i = 0; hash_methods[i] != NULL; i++) {
return hash_methods[i];
}
return NULL;
}
{
*ctx = 0;
}
static void
{
}
{
}
{
meth->digest_size);
return result;
}
"size",
sizeof(uint64_t),
sizeof(uint64_t),
};
};