Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dssl.h561 typedef struct mbedtls_ssl_context mbedtls_ssl_context; typedef
1023 struct mbedtls_ssl_context struct
1025 const mbedtls_ssl_config *conf; /*!< configuration information */
1030 int state; /*!< SSL handshake: current state */
1032 int renego_status; /*!< Initial, in progress, pending? */
1033 int renego_records_seen; /*!< Records since renego request, or with DTLS,
1038 int major_ver; /*!< equal to MBEDTLS_SSL_MAJOR_VERSION_3 */
1039 int minor_ver; /*!< either 0 (SSL3) or 1 (TLS1.0) */
1042 unsigned badmac_seen; /*!< records with a bad MAC received */
1045 mbedtls_ssl_send_t *f_send; /*!< Callback for network send */
[all …]