|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/jiffies.h>#include <linux/sunrpc/gss_krb5.h>#include <linux/random.h>#include <linux/pagemap.h>#include <linux/crypto.h>Go to the source code of this file.
Macros | |
| #define | LOCAL_BUF_LEN 32u |
Functions | |
| void | gss_krb5_make_confounder (char *p, u32 conflen) |
| u32 | gss_wrap_kerberos (struct gss_ctx *gctx, int offset, struct xdr_buf *buf, struct page **pages) |
| u32 | gss_unwrap_kerberos (struct gss_ctx *gctx, int offset, struct xdr_buf *buf) |
| #define LOCAL_BUF_LEN 32u |
Definition at line 393 of file gss_krb5_wrap.c.
Definition at line 117 of file gss_krb5_wrap.c.
Definition at line 600 of file gss_krb5_wrap.c.
1.8.2