Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dssl_tls12_server.c2783 ssl->handshake->async_in_progress = 0; in ssl_resume_server_key_exchange()
3204 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3207 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3286 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()
3461 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()
3679 (ssl->handshake->async_in_progress != 0)) { in ssl_parse_client_key_exchange()
3849 if (ssl->handshake->async_in_progress != 0) { in ssl_parse_client_key_exchange()
Dssl_misc.h692 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */ member
Dssl_tls.c4782 if (ssl->conf->f_async_cancel != NULL && handshake->async_in_progress != 0) { in mbedtls_ssl_handshake_free()
4784 handshake->async_in_progress = 0; in mbedtls_ssl_handshake_free()