All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
otp_mppe.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MPPE_ENC_POL_ENCRYPTION_ALLOWED   "0x00000001"
 
#define MPPE_ENC_POL_ENCRYPTION_FORBIDDEN   "0x00000000"
 
#define MPPE_ENC_POL_ENCRYPTION_REQUIRED   "0x00000002"
 
#define MPPE_ENC_TYPES_RC4_128   "0x00000004"
 
#define MPPE_ENC_TYPES_RC4_40   "0x00000002"
 
#define MPPE_ENC_TYPES_RC4_40_128   "0x00000006"
 

Variables

static char const * otp_mppe_policy [3]
 
static char const * otp_mppe_types [3]
 

Macro Definition Documentation

#define MPPE_ENC_POL_ENCRYPTION_ALLOWED   "0x00000001"

Definition at line 29 of file otp_mppe.h.

#define MPPE_ENC_POL_ENCRYPTION_FORBIDDEN   "0x00000000"

Definition at line 28 of file otp_mppe.h.

#define MPPE_ENC_POL_ENCRYPTION_REQUIRED   "0x00000002"

Definition at line 30 of file otp_mppe.h.

#define MPPE_ENC_TYPES_RC4_128   "0x00000004"

Definition at line 34 of file otp_mppe.h.

#define MPPE_ENC_TYPES_RC4_40   "0x00000002"

Definition at line 33 of file otp_mppe.h.

#define MPPE_ENC_TYPES_RC4_40_128   "0x00000006"

Definition at line 35 of file otp_mppe.h.

Variable Documentation

char const* otp_mppe_policy[3]
static
Initial value:
= {
#define MPPE_ENC_POL_ENCRYPTION_ALLOWED
Definition: otp_mppe.h:29
#define MPPE_ENC_POL_ENCRYPTION_FORBIDDEN
Definition: otp_mppe.h:28
#define MPPE_ENC_POL_ENCRYPTION_REQUIRED
Definition: otp_mppe.h:30

Definition at line 38 of file otp_mppe.h.

char const* otp_mppe_types[3]
static
Initial value:
= {
#define MPPE_ENC_TYPES_RC4_40
Definition: otp_mppe.h:33
#define MPPE_ENC_TYPES_RC4_40_128
Definition: otp_mppe.h:35
#define MPPE_ENC_TYPES_RC4_128
Definition: otp_mppe.h:34

Definition at line 43 of file otp_mppe.h.