STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
Eclipse_WS2
STM32F769IDiscovery
Middlewares
Third_Party
LwIP
src
include
netif
ppp
polarssl
arc4.h
Go to the documentation of this file.
1
36
#include "
lwip/opt.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 */
82
opt.h
Generated by
1.8.11