Go to the source code of this file.
#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" |
char const* otp_mppe_policy[3] |
|
static |
Initial value:= {
#define MPPE_ENC_POL_ENCRYPTION_ALLOWED
#define MPPE_ENC_POL_ENCRYPTION_FORBIDDEN
#define MPPE_ENC_POL_ENCRYPTION_REQUIRED
Definition at line 38 of file otp_mppe.h.
char const* otp_mppe_types[3] |
|
static |
Initial value:= {
#define MPPE_ENC_TYPES_RC4_40
#define MPPE_ENC_TYPES_RC4_40_128
#define MPPE_ENC_TYPES_RC4_128
Definition at line 43 of file otp_mppe.h.