Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_misc.h645 struct mbedtls_ssl_handshake_params { struct
648 uint8_t resume; /*!< session resume indicator*/
649 uint8_t cli_exts; /*!< client extension presence*/
652 uint8_t sni_authmode; /*!< authmode from SNI callback */
658 uint8_t certificate_request_sent;
661 uint8_t early_data_accepted;
666 uint8_t new_session_ticket; /*!< use NewSessionTicket? */
688 mbedtls_ssl_protocol_version min_tls_version;
692 uint8_t extended_ms; /*!< use Extended Master Secret? */
696 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */
[all …]
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dssl.h919 typedef struct mbedtls_ssl_handshake_params mbedtls_ssl_handshake_params; typedef