diff options
Diffstat (limited to 'include/crypto')
-rw-r--r-- | include/crypto/internal/skcipher.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/crypto/internal/skcipher.h b/include/crypto/internal/skcipher.h index 80c5bfb14a60..2071999d4b5e 100644 --- a/include/crypto/internal/skcipher.h +++ b/include/crypto/internal/skcipher.h | |||
@@ -53,6 +53,8 @@ static inline struct crypto_ablkcipher *crypto_spawn_skcipher( | |||
53 | crypto_skcipher_mask(0))); | 53 | crypto_skcipher_mask(0))); |
54 | } | 54 | } |
55 | 55 | ||
56 | int skcipher_null_givencrypt(struct skcipher_givcrypt_request *req); | ||
57 | int skcipher_null_givdecrypt(struct skcipher_givcrypt_request *req); | ||
56 | const char *crypto_default_geniv(const struct crypto_alg *alg); | 58 | const char *crypto_default_geniv(const struct crypto_alg *alg); |
57 | 59 | ||
58 | struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl, | 60 | struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl, |