PolarSSL v1.3.9
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
#if !defined(POLARSSL_CONFIG_FILE)
33
#include "
config.h
"
34
#else
35
#include POLARSSL_CONFIG_FILE
36
#endif
37
#include "
cipher.h
"
38
39
#ifdef __cplusplus
40
extern
"C"
{
41
#endif
42
43
typedef
struct
44
{
45
cipher_type_t
type
;
46
const
cipher_info_t
*
info
;
47
}
cipher_definition_t
;
48
49
extern
const
cipher_definition_t
cipher_definitions
[];
50
51
extern
int
supported_ciphers
[];
52
53
#ifdef __cplusplus
54
}
55
#endif
56
57
#endif
/* POLARSSL_CIPHER_WRAP_H */
supported_ciphers
int supported_ciphers[]
cipher_info_t
Cipher information.
Definition:
cipher.h:226
config.h
Configuration options (set of defines)
cipher_definition_t::type
cipher_type_t type
Definition:
cipher_wrap.h:45
cipher_definitions
const cipher_definition_t cipher_definitions[]
cipher_type_t
cipher_type_t
Definition:
cipher.h:82
cipher.h
Generic cipher wrapper.
cipher_definition_t
Definition:
cipher_wrap.h:43
cipher_definition_t::info
const cipher_info_t * info
Definition:
cipher_wrap.h:46
Generated on Sun Sep 16 2018 19:41:33 for PolarSSL v1.3.9 by
1.8.8