Searched defs:mbedtls_ssl_context (Results 1 – 2 of 2) sorted by relevance
528 typedef struct mbedtls_ssl_context mbedtls_ssl_context; typedef755 struct mbedtls_ssl_context struct757 const mbedtls_ssl_config *conf; /*!< configuration information */762 int state; /*!< SSL handshake: current state */764 int renego_status; /*!< Initial, in progress, pending? */765 int renego_records_seen; /*!< Records since renego request, or with DTLS,770 int major_ver; /*!< equal to MBEDTLS_SSL_MAJOR_VERSION_3 */771 int minor_ver; /*!< either 0 (SSL3) or 1 (TLS1.0) */774 unsigned badmac_seen; /*!< records with a bad MAC received */777 mbedtls_ssl_send_t *f_send; /*!< Callback for network send */[all …]
5888 int (*f_psk)(void *, mbedtls_ssl_context *, const unsigned char *, in mbedtls_ssl_conf_psk_cb() argument5993 int (*f_sni)(void *, mbedtls_ssl_context *, in mbedtls_ssl_conf_sni() argument