Ordo
0.3.4
Symmetric Cryptography Library
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
include
ordo
primitives
stream_ciphers
stream_params.h
Go to the documentation of this file.
1
/*===-- primitives/stream_ciphers/stream_params.h ------*- PUBLIC -*- H -*-===*/
8
/*===----------------------------------------------------------------------===*/
9
10
#ifndef ORDO_STREAM_PARAMS_H
11
#define ORDO_STREAM_PARAMS_H
12
14
#include "
ordo/common/interface.h
"
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
21
/*===----------------------------------------------------------------------===*/
22
25
struct
RC4_PARAMS
26
{
34
unsigned
int
drop
;
35
};
36
39
union
STREAM_PARAMS
40
{
41
struct
RC4_PARAMS
rc4;
42
};
43
44
/*===----------------------------------------------------------------------===*/
45
46
#ifdef __cplusplus
47
}
48
#endif
49
50
#endif
RC4_PARAMS::drop
unsigned int drop
Definition:
stream_params.h:34
interface.h
API.
STREAM_PARAMS
Polymorphic stream cipher parameter union.
Definition:
stream_params.h:39
RC4_PARAMS
RC4 stream cipher parameters.
Definition:
stream_params.h:25
Generated on Sun Jul 27 2014 23:46:11 for Ordo by
1.8.6