X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fcrypto%2Fcryptd.h;h=1c96b255017c77bb2e259f03914d3a8af0425d0e;hb=795d580baec0d5386b83a8b557df47c20810e86b;hp=2f65a6e8ea4d92fa790a55b82644f2ded0166746;hpb=828d44536cd24dfc085a8cf5a12364972398dcd4;p=karo-tx-linux.git diff --git a/include/crypto/cryptd.h b/include/crypto/cryptd.h index 2f65a6e8ea4d..1c96b255017c 100644 --- a/include/crypto/cryptd.h +++ b/include/crypto/cryptd.h @@ -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