PolarSSL v1.3.1
Main Page
Modules
Data Structures
Files
File List
Globals
include
polarssl
cipher_wrap.h
Go to the documentation of this file.
1
29
#ifndef POLARSSL_CIPHER_WRAP_H
30
#define POLARSSL_CIPHER_WRAP_H
31
32
#include "
config.h
"
33
#include "
cipher.h
"
34
35
#ifdef __cplusplus
36
extern
"C"
{
37
#endif
38
39
typedef
struct
40
{
41
cipher_type_t
type
;
42
const
cipher_info_t
*
info
;
43
}
cipher_definition_t
;
44
45
extern
const
cipher_definition_t
cipher_definitions
[];
46
47
extern
int
supported_ciphers
[];
48
49
#ifdef __cplusplus
50
}
51
#endif
52
53
#endif
/* POLARSSL_CIPHER_WRAP_H */
Generated on Fri Nov 22 2013 08:28:27 for PolarSSL v1.3.1 by
1.8.3