|
Linux Kernel
3.7.1
|
Data Fields | |
| struct crypto_blkcipher * | arc4 |
| struct crypto_hash * | sha1 |
| unsigned char * | sha1_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 |
Definition at line 97 of file ppp_mppe.c.
| struct crypto_blkcipher* arc4 |
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.
| unsigned char session_key[MPPE_MAX_KEY_LEN] |
Definition at line 102 of file ppp_mppe.c.
| struct crypto_hash* sha1 |
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.
1.8.2