PolarSSL v1.3.1
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 */