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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Drmd256.c255 static int rmd256_update(struct shash_desc *desc, const u8 *data, function
304 rmd256_update(desc, padding, padlen);
307 rmd256_update(desc, (const u8 *)&bits, sizeof(bits));
322 .update = rmd256_update,

Completed in 114 milliseconds