PolarSSL v1.3.9
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 {
48 
50 
51 extern int supported_ciphers[];
52 
53 #ifdef __cplusplus
54 }
55 #endif
56 
57 #endif /* POLARSSL_CIPHER_WRAP_H */
int supported_ciphers[]
Cipher information.
Definition: cipher.h:226
Configuration options (set of defines)
cipher_type_t type
Definition: cipher_wrap.h:45
const cipher_definition_t cipher_definitions[]
cipher_type_t
Definition: cipher.h:82
Generic cipher wrapper.
const cipher_info_t * info
Definition: cipher_wrap.h:46