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