Searched defs:mbedtls_ssl_handshake_params (Results 1 – 4 of 4) sorted by relevance
641 struct mbedtls_ssl_handshake_params { struct644 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 …]
627 struct mbedtls_ssl_handshake_params { struct630 uint8_t resume; /*!< session resume indicator*/631 uint8_t cli_exts; /*!< client extension presence*/634 uint8_t sni_authmode; /*!< authmode from SNI callback */640 uint8_t certificate_request_sent;644 uint8_t new_session_ticket; /*!< use NewSessionTicket? */666 mbedtls_ssl_protocol_version min_tls_version;670 uint8_t extended_ms; /*!< use Extended Master Secret? */674 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */678 unsigned char retransmit_state; /*!< Retransmission state */[all …]
825 typedef struct mbedtls_ssl_handshake_params mbedtls_ssl_handshake_params; typedef
869 typedef struct mbedtls_ssl_handshake_params mbedtls_ssl_handshake_params; typedef