Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
gss_krb5_seqnum.c File Reference
#include <linux/types.h>
#include <linux/sunrpc/gss_krb5.h>
#include <linux/crypto.h>

Go to the source code of this file.

Functions

s32 krb5_make_seq_num (struct krb5_ctx *kctx, struct crypto_blkcipher *key, int direction, u32 seqnum, unsigned char *cksum, unsigned char *buf)
 
s32 krb5_get_seq_num (struct krb5_ctx *kctx, unsigned char *cksum, unsigned char *buf, int *direction, u32 *seqnum)
 

Function Documentation

s32 krb5_get_seq_num ( struct krb5_ctx kctx,
unsigned char cksum,
unsigned char buf,
int direction,
u32 seqnum 
)

Definition at line 138 of file gss_krb5_seqnum.c.

s32 krb5_make_seq_num ( struct krb5_ctx kctx,
struct crypto_blkcipher key,
int  direction,
u32  seqnum,
unsigned char cksum,
unsigned char buf 
)

Definition at line 75 of file gss_krb5_seqnum.c.