Home
last modified time | relevance | path

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

/third_party/mbedtls/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 …]
/third_party/mbedtls/include/mbedtls/
Dssl.h768 typedef struct mbedtls_ssl_handshake_params mbedtls_ssl_handshake_params; typedef