Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/mbedtls/
H A Dssl_srv.c2911 ssl->handshake->async_in_progress = 0; in ssl_resume_server_key_exchange()
3244 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3247 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3324 if( ssl->handshake->async_in_progress != 0 ) in ssl_write_server_key_exchange()
3475 ssl->handshake->async_in_progress = 0; in ssl_resume_decrypt_pms()
3498 if( ssl->handshake->async_in_progress != 0 ) in ssl_decrypt_encrypted_pms()
3547 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3553 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3749 ( ssl->handshake->async_in_progress != 0 ) ) in ssl_parse_client_key_exchange()
3873 if ( ssl->handshake->async_in_progress != 0 ) in ssl_parse_client_key_exchange()
H A Dssl_tls.c8952 if( ssl->conf->f_async_cancel != NULL && handshake->async_in_progress != 0 ) in mbedtls_ssl_handshake_free()
8955 handshake->async_in_progress = 0; in mbedtls_ssl_handshake_free()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dssl_internal.h493 unsigned int async_in_progress : 1; /*!< an asynchronous operation is in progress */ member