|
@@ -52,6 +52,7 @@ struct crypto_template {
|
|
|
|
|
|
struct crypto_instance *(*alloc)(struct rtattr **tb);
|
|
struct crypto_instance *(*alloc)(struct rtattr **tb);
|
|
void (*free)(struct crypto_instance *inst);
|
|
void (*free)(struct crypto_instance *inst);
|
|
|
|
+ int (*create)(struct crypto_template *tmpl, struct rtattr **tb);
|
|
|
|
|
|
char name[CRYPTO_MAX_ALG_NAME];
|
|
char name[CRYPTO_MAX_ALG_NAME];
|
|
};
|
|
};
|