Searched refs:rmd128_update (Results 1 – 1 of 1) sorted by relevance
229 static int rmd128_update(struct shash_desc *desc, const u8 *data, in rmd128_update() function278 rmd128_update(desc, padding, padlen); in rmd128_final()281 rmd128_update(desc, (const u8 *)&bits, sizeof(bits)); in rmd128_final()296 .update = rmd128_update,