Searched refs:rmd160_update (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | rmd160.c | 273 static int rmd160_update(struct shash_desc *desc, const u8 *data, in rmd160_update() function 322 rmd160_update(desc, padding, padlen); in rmd160_final() 325 rmd160_update(desc, (const u8 *)&bits, sizeof(bits)); in rmd160_final() 340 .update = rmd160_update,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | rmd160.c | 273 static int rmd160_update(struct shash_desc *desc, const u8 *data, in rmd160_update() function 322 rmd160_update(desc, padding, padlen); in rmd160_final() 325 rmd160_update(desc, (const u8 *)&bits, sizeof(bits)); in rmd160_final() 340 .update = rmd160_update,
|
Completed in 2 milliseconds