• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Automatically generated by generate_ssl_debug_helpers.py. DO NOT EDIT. */
2 #ifndef MBEDTLS_SSL_DEBUG_HELPERS_H
3 #define MBEDTLS_SSL_DEBUG_HELPERS_H
4 
5 #include "common.h"
6 
7 #if defined(MBEDTLS_DEBUG_C)
8 
9 #include "mbedtls/ssl.h"
10 #include "ssl_misc.h"
11 
12 
13 const char *mbedtls_ssl_states_str( mbedtls_ssl_states in );
14 
15 const char *mbedtls_tls_prf_types_str( mbedtls_tls_prf_types in );
16 
17 const char *mbedtls_ssl_key_export_type_str( mbedtls_ssl_key_export_type in );
18 
19 
20 
21 #endif /* MBEDTLS_DEBUG_C */
22 
23 #endif /* SSL_DEBUG_HELPERS_H */
24 
25 /* End of automatically generated file. */
26 
27