Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/sunrpc/sched.h>
#include <linux/sunrpc/gss_asn1.h>
Go to the source code of this file.
Macros | |
#define | TWRITE_STR(ptr, str, len) |
Functions | |
int | g_token_size (struct xdr_netobj *mech, unsigned int body_size) |
EXPORT_SYMBOL_GPL (g_token_size) | |
void | g_make_token_header (struct xdr_netobj *mech, int body_size, unsigned char **buf) |
EXPORT_SYMBOL_GPL (g_make_token_header) | |
u32 | g_verify_token_header (struct xdr_netobj *mech, int *body_size, unsigned char **buf_in, int toksize) |
EXPORT_SYMBOL_GPL (g_verify_token_header) | |
EXPORT_SYMBOL_GPL | ( | g_token_size | ) |
EXPORT_SYMBOL_GPL | ( | g_make_token_header | ) |
EXPORT_SYMBOL_GPL | ( | g_verify_token_header | ) |
Definition at line 160 of file gss_generic_token.c.
Definition at line 147 of file gss_generic_token.c.