mbed TLS v1.3.14
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
include
polarssl
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
{
43
cipher_type_t
type
;
44
const
cipher_info_t
*
info
;
45
}
cipher_definition_t
;
46
47
extern
const
cipher_definition_t
cipher_definitions
[];
48
49
extern
int
supported_ciphers
[];
50
51
#ifdef __cplusplus
52
}
53
#endif
54
55
#endif
/* POLARSSL_CIPHER_WRAP_H */
supported_ciphers
int supported_ciphers[]
cipher_info_t
Cipher information.
Definition:
cipher.h:232
config.h
Configuration options (set of defines)
cipher_definition_t::type
cipher_type_t type
Definition:
cipher_wrap.h:43
cipher_definitions
const cipher_definition_t cipher_definitions[]
cipher_type_t
cipher_type_t
Definition:
cipher.h:80
cipher.h
Generic cipher wrapper.
cipher_definition_t
Definition:
cipher_wrap.h:41
cipher_definition_t::info
const cipher_info_t * info
Definition:
cipher_wrap.h:44
Generated on Thu Oct 15 2015 17:13:12 for mbed TLS v1.3.14 by
1.8.9.1