Searched refs:crypto_sha1_update (Results 1 – 1 of 1) sorted by relevance
39 int crypto_sha1_update(struct shash_desc *desc, const u8 *data, in crypto_sha1_update() function74 EXPORT_SYMBOL(crypto_sha1_update);91 crypto_sha1_update(desc, padding, padlen); in sha1_final()94 crypto_sha1_update(desc, (const u8 *)&bits, sizeof(bits)); in sha1_final()125 .update = crypto_sha1_update,