Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ppp_mppe_state Struct Reference

Data Fields

struct crypto_blkcipherarc4
 
struct crypto_hashsha1
 
unsigned charsha1_digest
 
unsigned char master_key [MPPE_MAX_KEY_LEN]
 
unsigned char session_key [MPPE_MAX_KEY_LEN]
 
unsigned keylen
 
unsigned char bits
 
unsigned ccount
 
unsigned stateful
 
int discard
 
int sanity_errors
 
int unit
 
int debug
 
struct compstat stats
 

Detailed Description

Definition at line 97 of file ppp_mppe.c.

Field Documentation

Definition at line 98 of file ppp_mppe.c.

unsigned char bits

Definition at line 107 of file ppp_mppe.c.

unsigned ccount

Definition at line 108 of file ppp_mppe.c.

int debug

Definition at line 113 of file ppp_mppe.c.

int discard

Definition at line 110 of file ppp_mppe.c.

unsigned keylen

Definition at line 103 of file ppp_mppe.c.

unsigned char master_key[MPPE_MAX_KEY_LEN]

Definition at line 101 of file ppp_mppe.c.

int sanity_errors

Definition at line 111 of file ppp_mppe.c.

Definition at line 102 of file ppp_mppe.c.

Definition at line 99 of file ppp_mppe.c.

unsigned char* sha1_digest

Definition at line 100 of file ppp_mppe.c.

unsigned stateful

Definition at line 109 of file ppp_mppe.c.

Definition at line 114 of file ppp_mppe.c.

int unit

Definition at line 112 of file ppp_mppe.c.


The documentation for this struct was generated from the following file: