Ejemplo n.º 1
0
static int rmd256_compress(hash_state *md, unsigned char *buf)
{
   int err;
   err = _rmd256_compress(md, buf);
   burn_stack(sizeof(ulong32) * 25 + sizeof(int));
   return err;
}
Ejemplo n.º 2
0
static INT rmd256_compress(hash_state *md, UCHAR *buf)
{
   INT err;
   err = _rmd256_compress(md, buf);
   burn_stack(sizeof(ULONG) * 25 + sizeof(INT));
   return err;
}