]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/crypto/cryptd.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
[karo-tx-linux.git] / include / crypto / cryptd.h
index 2f65a6e8ea4d92fa790a55b82644f2ded0166746..1c96b255017c77bb2e259f03914d3a8af0425d0e 100644 (file)
@@ -39,6 +39,7 @@ static inline struct cryptd_ahash *__cryptd_ahash_cast(
 struct cryptd_ahash *cryptd_alloc_ahash(const char *alg_name,
                                        u32 type, u32 mask);
 struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm);
+struct shash_desc *cryptd_shash_desc(struct ahash_request *req);
 void cryptd_free_ahash(struct cryptd_ahash *tfm);
 
 #endif