Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Drmd128.c229 static int rmd128_update(struct shash_desc *desc, const u8 *data, in rmd128_update() function
278 rmd128_update(desc, padding, padlen); in rmd128_final()
281 rmd128_update(desc, (const u8 *)&bits, sizeof(bits)); in rmd128_final()
296 .update = rmd128_update,

Completed in 2 milliseconds