Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dssl.h562 typedef struct mbedtls_ssl_config mbedtls_ssl_config; typedef
828 struct mbedtls_ssl_config struct
836 const int *ciphersuite_list[4]; /*!< allowed ciphersuites per version */
839 void (*f_dbg)(void *, int, const char *, int, const char *);
840 void *p_dbg; /*!< context for the debug function */
843 int (*f_rng)(void *, unsigned char *, size_t);
844 void *p_rng; /*!< context for the RNG function */
847 int (*f_get_cache)(void *, mbedtls_ssl_session *);
849 int (*f_set_cache)(void *, const mbedtls_ssl_session *);
850 void *p_cache; /*!< context for cache callbacks */
[all …]