Home
last modified time | relevance | path

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

/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Dssl_internal.h163 struct mbedtls_ssl_handshake_params struct
168 int sig_alg; /*!< Hash algorithm for signature */
169 int verify_sig_alg; /*!< Signature algorithm for verify */
171 mbedtls_dhm_context dhm_ctx; /*!< DHM key exchange */
174 mbedtls_ecdh_context ecdh_ctx; /*!< ECDH key exchange */
177 mbedtls_ecjpake_context ecjpake_ctx; /*!< EC J-PAKE key exchange */
179 unsigned char *ecjpake_cache; /*!< Cache for ClientHello ext */
180 size_t ecjpake_cache_len; /*!< Length of cached data */
185 const mbedtls_ecp_curve_info **curves; /*!< Supported elliptic curves */
188 unsigned char *psk; /*!< PSK from the callback */
[all …]
Dssl.h533 typedef struct mbedtls_ssl_handshake_params mbedtls_ssl_handshake_params; typedef