]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/crypto/internal/hash.h
crypto: hash - Export shash through hash
[linux-2.6-omap-h63xx.git] / include / crypto / internal / hash.h
index 92fbe7385856f5ebaf2dcc65b6c44d6628f1abc8..82b70564bcabe53cc9b109eee004fe419a8e5e44 100644 (file)
@@ -39,6 +39,9 @@ extern const struct crypto_type crypto_ahash_type;
 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err);
 int crypto_hash_walk_first(struct ahash_request *req,
                           struct crypto_hash_walk *walk);
+int crypto_hash_walk_first_compat(struct hash_desc *hdesc,
+                                 struct crypto_hash_walk *walk,
+                                 struct scatterlist *sg, unsigned int len);
 
 int crypto_register_shash(struct shash_alg *alg);
 int crypto_unregister_shash(struct shash_alg *alg);