Searched refs:async_in_progress (Results 1 – 3 of 3) sorted by relevance
2886 ssl->handshake->async_in_progress = 0; in ssl_resume_server_key_exchange()3219 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()3222 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()3299 if( ssl->handshake->async_in_progress != 0 ) in ssl_write_server_key_exchange()3450 ssl->handshake->async_in_progress = 0; in ssl_resume_decrypt_pms()3473 if( ssl->handshake->async_in_progress != 0 ) in ssl_decrypt_encrypted_pms()3522 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()3528 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()3723 ( ssl->handshake->async_in_progress != 0 ) ) in ssl_parse_client_key_exchange()3847 if ( ssl->handshake->async_in_progress != 0 ) in ssl_parse_client_key_exchange()
8887 if( ssl->conf->f_async_cancel != NULL && handshake->async_in_progress != 0 ) in mbedtls_ssl_handshake_free()8890 handshake->async_in_progress = 0; in mbedtls_ssl_handshake_free()
403 unsigned int async_in_progress : 1; /*!< an asynchronous operation is in progress */ member
Completed in 37 milliseconds