|
@@ -50,6 +50,7 @@ struct af_alg_type {
|
|
void (*release)(void *private);
|
|
void (*release)(void *private);
|
|
int (*setkey)(void *private, const u8 *key, unsigned int keylen);
|
|
int (*setkey)(void *private, const u8 *key, unsigned int keylen);
|
|
int (*accept)(void *private, struct sock *sk);
|
|
int (*accept)(void *private, struct sock *sk);
|
|
|
|
+ int (*setauthsize)(void *private, unsigned int authsize);
|
|
|
|
|
|
struct proto_ops *ops;
|
|
struct proto_ops *ops;
|
|
struct module *owner;
|
|
struct module *owner;
|