Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dssl_misc.h641 struct mbedtls_ssl_handshake_params { struct
644 uint8_t resume; /*!< session resume indicator*/
645 uint8_t cli_exts; /*!< client extension presence*/
648 uint8_t sni_authmode; /*!< authmode from SNI callback */
654 uint8_t certificate_request_sent;
657 uint8_t early_data_accepted;
662 uint8_t new_session_ticket; /*!< use NewSessionTicket? */
684 mbedtls_ssl_protocol_version min_tls_version;
688 uint8_t extended_ms; /*!< use Extended Master Secret? */
692 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */
[all …]
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl.h869 typedef struct mbedtls_ssl_handshake_params mbedtls_ssl_handshake_params; typedef