Searched refs:rmd256_update (Results 1 – 1 of 1) sorted by relevance
248 static int rmd256_update(struct shash_desc *desc, const u8 *data, in rmd256_update() function297 rmd256_update(desc, padding, padlen); in rmd256_final()300 rmd256_update(desc, (const u8 *)&bits, sizeof(bits)); in rmd256_final()315 .update = rmd256_update,