Searched refs:async_in_progress (Results 1 – 3 of 3) sorted by relevance
2627 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()
708 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */ member
4382 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