diff options
Diffstat (limited to 'include/crypto/internal/hash.h')
-rw-r--r-- | include/crypto/internal/hash.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/crypto/internal/hash.h b/include/crypto/internal/hash.h index 9b6f32a6cad1..3b4af1d7c7e9 100644 --- a/include/crypto/internal/hash.h +++ b/include/crypto/internal/hash.h | |||
@@ -117,6 +117,15 @@ int shash_ahash_update(struct ahash_request *req, struct shash_desc *desc); | |||
117 | int shash_ahash_finup(struct ahash_request *req, struct shash_desc *desc); | 117 | int shash_ahash_finup(struct ahash_request *req, struct shash_desc *desc); |
118 | int shash_ahash_digest(struct ahash_request *req, struct shash_desc *desc); | 118 | int shash_ahash_digest(struct ahash_request *req, struct shash_desc *desc); |
119 | 119 | ||
120 | int shash_ahash_mcryptd_update(struct ahash_request *req, | ||
121 | struct shash_desc *desc); | ||
122 | int shash_ahash_mcryptd_final(struct ahash_request *req, | ||
123 | struct shash_desc *desc); | ||
124 | int shash_ahash_mcryptd_finup(struct ahash_request *req, | ||
125 | struct shash_desc *desc); | ||
126 | int shash_ahash_mcryptd_digest(struct ahash_request *req, | ||
127 | struct shash_desc *desc); | ||
128 | |||
120 | int crypto_init_shash_ops_async(struct crypto_tfm *tfm); | 129 | int crypto_init_shash_ops_async(struct crypto_tfm *tfm); |
121 | 130 | ||
122 | static inline void *crypto_ahash_ctx(struct crypto_ahash *tfm) | 131 | static inline void *crypto_ahash_ctx(struct crypto_ahash *tfm) |