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