Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dssl_internal.h260 struct mbedtls_ssl_handshake_params struct
268 mbedtls_ssl_sig_hash_set_t hash_algs; /*!< Set of suitable sig-hash pairs */
271 mbedtls_dhm_context dhm_ctx; /*!< DHM key exchange */
274 mbedtls_ecdh_context ecdh_ctx; /*!< ECDH key exchange */
277 mbedtls_ecjpake_context ecjpake_ctx; /*!< EC J-PAKE key exchange */
279 unsigned char *ecjpake_cache; /*!< Cache for ClientHello ext */
280 size_t ecjpake_cache_len; /*!< Length of cached data */
285 const mbedtls_ecp_curve_info **curves; /*!< Supported elliptic curves */
288 unsigned char *psk; /*!< PSK from the callback */
289 size_t psk_len; /*!< Length of PSK from callback */
[all …]
Dssl.h566 typedef struct mbedtls_ssl_handshake_params mbedtls_ssl_handshake_params; typedef
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/
Dssl_misc.h526 struct mbedtls_ssl_handshake_params struct
530 uint8_t max_major_ver; /*!< max. major version client*/
531 uint8_t max_minor_ver; /*!< max. minor version client*/
532 uint8_t resume; /*!< session resume indicator*/
533 uint8_t cli_exts; /*!< client extension presence*/
536 uint8_t sni_authmode; /*!< authmode from SNI callback */
540 uint8_t new_session_ticket; /*!< use NewSessionTicket? */
544 uint8_t extended_ms; /*!< use Extended Master Secret? */
548 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */
552 unsigned char retransmit_state; /*!< Retransmission state */
[all …]
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/mbedtls/
Dssl.h768 typedef struct mbedtls_ssl_handshake_params mbedtls_ssl_handshake_params; typedef