#include <linux/module.h>
#include <linux/net.h>
#include <linux/skbuff.h>
#include <linux/udp.h>
#include <linux/crypto.h>
#include <linux/scatterlist.h>
#include <linux/ctype.h>
#include <linux/slab.h>
#include <net/sock.h>
#include <net/af_rxrpc.h>
#include <keys/rxrpc-type.h>
#include "ar-internal.h"
Go to the source code of this file.
#define ANAME_SZ 40 /* size of authentication name */ |
#define INST_SZ 40 /* size of principal's instance */ |
#define MAXKRB5TICKETLEN 1024 |
#define RXKAD_TKT_TYPE_KERBEROS_V5 256 |
#define rxrpc_debug rxkad_debug |
Value:
goto bad_ticket; \
goto bad_ticket; \
p++; \
__str; \
})
MODULE_AUTHOR |
( |
"Red |
Hat, |
|
|
Inc." |
|
|
) |
| |
module_exit |
( |
rxkad_exit |
| ) |
|
module_init |
( |
rxkad_init |
| ) |
|
MODULE_PARM_DESC |
( |
debug |
, |
|
|
"rxkad debugging mask" |
|
|
) |
| |