PolarSSL v1.3.2
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 {
44 
46 
47 extern int supported_ciphers[];
48 
49 #ifdef __cplusplus
50 }
51 #endif
52 
53 #endif /* POLARSSL_CIPHER_WRAP_H */
int supported_ciphers[]
Cipher information.
Definition: cipher.h:207
Configuration options (set of defines)
cipher_type_t type
Definition: cipher_wrap.h:41
const cipher_definition_t cipher_definitions[]
cipher_type_t
Definition: cipher.h:75
Generic cipher wrapper.
const cipher_info_t * info
Definition: cipher_wrap.h:42