|
@@ -15,6 +15,7 @@
|
|
|
#include <linux/crypto.h>
|
|
|
#include <linux/list.h>
|
|
|
#include <linux/kernel.h>
|
|
|
+#include <linux/skbuff.h>
|
|
|
|
|
|
struct module;
|
|
|
struct rtattr;
|
|
@@ -26,6 +27,7 @@ struct crypto_type {
|
|
|
int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask);
|
|
|
int (*init_tfm)(struct crypto_tfm *tfm);
|
|
|
void (*show)(struct seq_file *m, struct crypto_alg *alg);
|
|
|
+ int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
|
|
|
struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask);
|
|
|
|
|
|
unsigned int type;
|