diff options
Diffstat (limited to 'include/crypto')
| -rw-r--r-- | include/crypto/algapi.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index fda1759ffe2d..60d06e784be3 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h | |||
| @@ -198,14 +198,6 @@ static inline struct crypto_instance *crypto_aead_alg_instance( | |||
| 198 | return crypto_tfm_alg_instance(&aead->base); | 198 | return crypto_tfm_alg_instance(&aead->base); |
| 199 | } | 199 | } |
| 200 | 200 | ||
| 201 | static inline struct crypto_ablkcipher *crypto_spawn_ablkcipher( | ||
| 202 | struct crypto_spawn *spawn) | ||
| 203 | { | ||
| 204 | return __crypto_ablkcipher_cast( | ||
| 205 | crypto_spawn_tfm(spawn, crypto_skcipher_type(0), | ||
| 206 | crypto_skcipher_mask(0))); | ||
| 207 | } | ||
| 208 | |||
| 209 | static inline struct crypto_blkcipher *crypto_spawn_blkcipher( | 201 | static inline struct crypto_blkcipher *crypto_spawn_blkcipher( |
| 210 | struct crypto_spawn *spawn) | 202 | struct crypto_spawn *spawn) |
| 211 | { | 203 | { |
