Home
last modified time | relevance | path

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

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