Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
gss_krb5_wrap.c File Reference
#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)
 

Macro Definition Documentation

#define LOCAL_BUF_LEN   32u

Definition at line 393 of file gss_krb5_wrap.c.

Function Documentation

void gss_krb5_make_confounder ( char p,
u32  conflen 
)

Definition at line 117 of file gss_krb5_wrap.c.

u32 gss_unwrap_kerberos ( struct gss_ctx *  gctx,
int  offset,
struct xdr_buf *  buf 
)

Definition at line 600 of file gss_krb5_wrap.c.

u32 gss_wrap_kerberos ( struct gss_ctx *  gctx,
int  offset,
struct xdr_buf *  buf,
struct page **  pages 
)

Definition at line 581 of file gss_krb5_wrap.c.