|
@@ -15,6 +15,7 @@
|
|
|
|
|
|
#include <crypto/algapi.h>
|
|
#include <crypto/algapi.h>
|
|
#include <crypto/skcipher.h>
|
|
#include <crypto/skcipher.h>
|
|
|
|
+#include <linux/init.h>
|
|
#include <linux/types.h>
|
|
#include <linux/types.h>
|
|
|
|
|
|
struct rtattr;
|
|
struct rtattr;
|
|
@@ -64,6 +65,11 @@ void skcipher_geniv_free(struct crypto_instance *inst);
|
|
int skcipher_geniv_init(struct crypto_tfm *tfm);
|
|
int skcipher_geniv_init(struct crypto_tfm *tfm);
|
|
void skcipher_geniv_exit(struct crypto_tfm *tfm);
|
|
void skcipher_geniv_exit(struct crypto_tfm *tfm);
|
|
|
|
|
|
|
|
+int __init eseqiv_module_init(void);
|
|
|
|
+void __exit eseqiv_module_exit(void);
|
|
|
|
+int __init chainiv_module_init(void);
|
|
|
|
+void __exit chainiv_module_exit(void);
|
|
|
|
+
|
|
static inline struct crypto_ablkcipher *skcipher_geniv_cipher(
|
|
static inline struct crypto_ablkcipher *skcipher_geniv_cipher(
|
|
struct crypto_ablkcipher *geniv)
|
|
struct crypto_ablkcipher *geniv)
|
|
{
|
|
{
|