Searched refs:rmd160_update (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/crypto/
H A Drmd160.c280 static int rmd160_update(struct shash_desc *desc, const u8 *data, rmd160_update() function
329 rmd160_update(desc, padding, padlen); rmd160_final()
332 rmd160_update(desc, (const u8 *)&bits, sizeof(bits)); rmd160_final()
347 .update = rmd160_update,

Completed in 71 milliseconds