PolarSSL v1.3.2
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 */
supported_ciphers
int supported_ciphers[]
cipher_info_t
Cipher information.
Definition:
cipher.h:207
config.h
Configuration options (set of defines)
cipher_definition_t::type
cipher_type_t type
Definition:
cipher_wrap.h:41
cipher_definitions
const cipher_definition_t cipher_definitions[]
cipher_type_t
cipher_type_t
Definition:
cipher.h:75
cipher.h
Generic cipher wrapper.
cipher_definition_t
Definition:
cipher_wrap.h:39
cipher_definition_t::info
const cipher_info_t * info
Definition:
cipher_wrap.h:42
Generated on Wed Nov 13 2013 19:31:08 for PolarSSL v1.3.2 by
1.8.5