diff options
Diffstat (limited to 'include/crypto/internal/hash.h')
-rw-r--r-- | include/crypto/internal/hash.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/crypto/internal/hash.h b/include/crypto/internal/hash.h index e3a82514d61e..179dd8fdfa14 100644 --- a/include/crypto/internal/hash.h +++ b/include/crypto/internal/hash.h | |||
@@ -109,12 +109,6 @@ static inline struct ahash_alg *__crypto_ahash_alg(struct crypto_alg *alg) | |||
109 | halg); | 109 | halg); |
110 | } | 110 | } |
111 | 111 | ||
112 | static inline struct old_ahash_alg *crypto_old_ahash_alg( | ||
113 | struct crypto_ahash *tfm) | ||
114 | { | ||
115 | return &crypto_ahash_tfm(tfm)->__crt_alg->cra_ahash; | ||
116 | } | ||
117 | |||
118 | static inline void crypto_ahash_set_reqsize(struct crypto_ahash *tfm, | 112 | static inline void crypto_ahash_set_reqsize(struct crypto_ahash *tfm, |
119 | unsigned int reqsize) | 113 | unsigned int reqsize) |
120 | { | 114 | { |