RTEMS
5.1
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
+
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
+
Enumerator
a
c
d
h
i
l
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
cpukit
pppd
chap_ms.h
1
/*
2
* chap.h - Challenge Handshake Authentication Protocol definitions.
3
*
4
* Copyright (c) 1995 Eric Rosenquist, Strata Software Limited.
5
* http://www.strataware.com/
6
*
7
* All rights reserved.
8
*
9
* Redistribution and use in source and binary forms are permitted
10
* provided that the above copyright notice and this paragraph are
11
* duplicated in all such forms and that any documentation,
12
* advertising materials, and other materials related to such
13
* distribution and use acknowledge that the software was developed
14
* by Eric Rosenquist. The name of the author may not be used to
15
* endorse or promote products derived from this software without
16
* specific prior written permission.
17
*
18
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
19
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
20
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
*
22
* $Id$
23
*/
24
25
#ifndef __CHAPMS_INCLUDE__
26
27
#define MD4_SIGNATURE_SIZE 16
/* 16 bytes in a MD4 message digest */
28
#define MAX_NT_PASSWORD 256
/* Maximum number of (Unicode) chars in an NT password */
29
30
void
ChapMS(
chap_state
*,
char
*,
int
,
char
*,
int
);
31
32
#define __CHAPMS_INCLUDE__
33
#endif
/* __CHAPMS_INCLUDE__ */
chap_state
Definition:
chap.h:66
Generated by
1.8.15