ReactOS
0.4.16-dev-1019-g2c2cdfd
arc4.h
Go to the documentation of this file.
1
36
#include "
netif/ppp/ppp_opts.h
"
37
#if LWIP_INCLUDED_POLARSSL_ARC4
38
39
#ifndef LWIP_INCLUDED_POLARSSL_ARC4_H
40
#define LWIP_INCLUDED_POLARSSL_ARC4_H
41
45
typedef
struct
46
{
47
int
x
;
48
int
y
;
49
unsigned
char
m
[256];
50
}
51
arc4_context
;
52
53
#ifdef __cplusplus
54
extern
"C"
{
55
#endif
56
64
void
arc4_setup
(
arc4_context
*
ctx
,
unsigned
char
*
key
,
int
keylen );
65
73
void
arc4_crypt
(
arc4_context
*
ctx
,
unsigned
char
*
buf
,
int
buflen );
74
75
#ifdef __cplusplus
76
}
77
#endif
78
79
#endif
/* LWIP_INCLUDED_POLARSSL_ARC4_H */
80
81
#endif
/* LWIP_INCLUDED_POLARSSL_ARC4 */
arc4_context
#define arc4_context
Definition:
compat-1.3.h:1758
arc4_setup
#define arc4_setup
Definition:
compat-1.3.h:1763
arc4_crypt
#define arc4_crypt
Definition:
compat-1.3.h:1759
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
y
GLint GLint GLint GLint GLint GLint y
Definition:
gl.h:1548
buf
GLenum GLuint GLenum GLsizei const GLchar * buf
Definition:
glext.h:7751
m
const GLfloat * m
Definition:
glext.h:10848
ppp_opts.h
key
Definition:
copy.c:22
ctx
Definition:
dbghelp_private.h:571
drivers
network
tcpip
lwip
src
include
netif
ppp
polarssl
arc4.h
Generated on Sun Apr 20 2025 06:14:06 for ReactOS by
1.9.6