summaryrefslogtreecommitdiff
path: root/crypto/internal.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-30 19:36:55 +0200
committerIngo Molnar <mingo@elte.hu>2008-07-30 19:36:55 +0200
commitbc49e2f53089b10b60b453dfb2ecb9ee39623106 (patch)
tree5fb67bd7eac95e24565b9a5a1bb748b8befbad64 /crypto/internal.h
parent4da3cf2ff4a51349887201dd1efa1dfbc3a99703 (diff)
parent51f76a28b2cb2a720aaaf1e7c1139bf807595395 (diff)
downloadlinux-crypto-bc49e2f53089b10b60b453dfb2ecb9ee39623106.tar.gz
linux-crypto-bc49e2f53089b10b60b453dfb2ecb9ee39623106.zip
Merge branch 'x86/core' into x86/xsave
Diffstat (limited to 'crypto/internal.h')
-rw-r--r--crypto/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/internal.h b/crypto/internal.h
index 32f4c214..683fcb2d 100644
--- a/crypto/internal.h
+++ b/crypto/internal.h
@@ -86,6 +86,7 @@ struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, u32 mask);
struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask);
int crypto_init_digest_ops(struct crypto_tfm *tfm);
+int crypto_init_digest_ops_async(struct crypto_tfm *tfm);
int crypto_init_cipher_ops(struct crypto_tfm *tfm);
int crypto_init_compress_ops(struct crypto_tfm *tfm);