Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dssl_srv.c2884 ssl->handshake->async_in_progress = 0; in ssl_resume_server_key_exchange()
3199 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3202 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3280 if( ssl->handshake->async_in_progress != 0 ) in ssl_write_server_key_exchange()
3431 ssl->handshake->async_in_progress = 0; in ssl_resume_decrypt_pms()
3454 if( ssl->handshake->async_in_progress != 0 ) in ssl_decrypt_encrypted_pms()
3499 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3505 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3699 ( ssl->handshake->async_in_progress != 0 ) ) in ssl_parse_client_key_exchange()
3830 if ( ssl->handshake->async_in_progress != 0 ) in ssl_parse_client_key_exchange()
A Dssl_misc.h781 unsigned int async_in_progress : 1; /*!< an asynchronous operation is in progress */ member
A Dssl_tls.c5457 if( ssl->conf->f_async_cancel != NULL && handshake->async_in_progress != 0 ) in mbedtls_ssl_handshake_free()
5460 handshake->async_in_progress = 0; in mbedtls_ssl_handshake_free()

Completed in 24 milliseconds