diff options
Diffstat (limited to 'include/crypto/internal/hash.h')
-rw-r--r-- | include/crypto/internal/hash.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/crypto/internal/hash.h b/include/crypto/internal/hash.h index 2d1b10f23c91..6e283495374e 100644 --- a/include/crypto/internal/hash.h +++ b/include/crypto/internal/hash.h | |||
@@ -63,6 +63,9 @@ int crypto_init_shash_spawn(struct crypto_shash_spawn *spawn, | |||
63 | 63 | ||
64 | struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask); | 64 | struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask); |
65 | 65 | ||
66 | int shash_ahash_update(struct ahash_request *req, struct shash_desc *desc); | ||
67 | int shash_ahash_digest(struct ahash_request *req, struct shash_desc *desc); | ||
68 | |||
66 | static inline void *crypto_ahash_ctx(struct crypto_ahash *tfm) | 69 | static inline void *crypto_ahash_ctx(struct crypto_ahash *tfm) |
67 | { | 70 | { |
68 | return crypto_tfm_ctx(&tfm->base); | 71 | return crypto_tfm_ctx(&tfm->base); |