mbed TLS v1.3.11
cipher_wrap.h
Go to the documentation of this file.
1 
26 #ifndef POLARSSL_CIPHER_WRAP_H
27 #define POLARSSL_CIPHER_WRAP_H
28 
29 #if !defined(POLARSSL_CONFIG_FILE)
30 #include "config.h"
31 #else
32 #include POLARSSL_CONFIG_FILE
33 #endif
34 
35 #include "cipher.h"
36 
37 #ifdef __cplusplus
38 extern "C" {
39 #endif
40 
41 typedef struct
42 {
46 
48 
49 extern int supported_ciphers[];
50 
51 #ifdef __cplusplus
52 }
53 #endif
54 
55 #endif /* POLARSSL_CIPHER_WRAP_H */
int supported_ciphers[]
Cipher information.
Definition: cipher.h:235
Configuration options (set of defines)
cipher_type_t type
Definition: cipher_wrap.h:43
const cipher_definition_t cipher_definitions[]
cipher_type_t
Definition: cipher.h:83
Generic cipher wrapper.
const cipher_info_t * info
Definition: cipher_wrap.h:44