Home
last modified time | relevance | path

Searched refs:async_in_progress (Results 1 – 3 of 3) sorted by relevance

/library/
A Dssl_tls12_server.c2627 ssl->handshake->async_in_progress = 0; in ssl_resume_server_key_exchange()
2955 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
2958 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3035 if (ssl->handshake->async_in_progress != 0) { in ssl_write_server_key_exchange()
A Dssl_misc.h708 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */ member
A Dssl_tls.c4382 if (ssl->conf->f_async_cancel != NULL && handshake->async_in_progress != 0) { in mbedtls_ssl_handshake_free()
4384 handshake->async_in_progress = 0; in mbedtls_ssl_handshake_free()

Completed in 33 milliseconds