Searched defs:mbedtls_ssl_context (Results 1 – 3 of 3) sorted by relevance
561 typedef struct mbedtls_ssl_context mbedtls_ssl_context; typedef1023 struct mbedtls_ssl_context struct1025 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 …]
763 typedef struct mbedtls_ssl_context mbedtls_ssl_context; typedef1451 struct mbedtls_ssl_context struct
3935 int (*f_psk)(void *, mbedtls_ssl_context *, const unsigned char *, in mbedtls_ssl_conf_psk_cb() argument4090 int (*f_sni)(void *, mbedtls_ssl_context *, in mbedtls_ssl_conf_sni() argument