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