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

/linux-4.4.14/crypto/
H A Drmd128.c236 static int rmd128_update(struct shash_desc *desc, const u8 *data, rmd128_update() function
285 rmd128_update(desc, padding, padlen); rmd128_final()
288 rmd128_update(desc, (const u8 *)&bits, sizeof(bits)); rmd128_final()
303 .update = rmd128_update,

Completed in 51 milliseconds