Home
last modified time | relevance | path

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

/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Dssl.h529 typedef struct mbedtls_ssl_config mbedtls_ssl_config; typedef
582 struct mbedtls_ssl_config struct
590 const int *ciphersuite_list[4]; /*!< allowed ciphersuites per version */
593 void (*f_dbg)(void *, int, const char *, int, const char *);
594 void *p_dbg; /*!< context for the debug function */
597 int (*f_rng)(void *, unsigned char *, size_t);
598 void *p_rng; /*!< context for the RNG function */
601 int (*f_get_cache)(void *, mbedtls_ssl_session *);
603 int (*f_set_cache)(void *, const mbedtls_ssl_session *);
604 void *p_cache; /*!< context for cache callbacks */
[all …]