Home
last modified time | relevance | path

Searched defs:mbedtls_ssl_config (Results 1 – 1 of 1) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dssl.h590 typedef struct mbedtls_ssl_config mbedtls_ssl_config; typedef
856 struct mbedtls_ssl_config struct
864 const int *ciphersuite_list[4]; /*!< allowed ciphersuites per version */
867 void (*f_dbg)(void *, int, const char *, int, const char *);
868 void *p_dbg; /*!< context for the debug function */
871 int (*f_rng)(void *, unsigned char *, size_t);
872 void *p_rng; /*!< context for the RNG function */
875 int (*f_get_cache)(void *, mbedtls_ssl_session *);
877 int (*f_set_cache)(void *, const mbedtls_ssl_session *);
878 void *p_cache; /*!< context for cache callbacks */
[all …]