Searched refs:rmd320_update (Results 1 – 1 of 1) sorted by relevance
304 static int rmd320_update(struct shash_desc *desc, const u8 *data, in rmd320_update() function353 rmd320_update(desc, padding, padlen); in rmd320_final()356 rmd320_update(desc, (const u8 *)&bits, sizeof(bits)); in rmd320_final()371 .update = rmd320_update,