Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dssl_tls12_server.c2705 ssl->handshake->async_in_progress = 0; in ssl_resume_server_key_exchange()
3126 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3129 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3208 if (ssl->handshake->async_in_progress != 0) { in ssl_write_server_key_exchange()
3353 ssl->handshake->async_in_progress = 0; in ssl_resume_decrypt_pms()
3383 if (ssl->handshake->async_in_progress != 0) { in ssl_decrypt_encrypted_pms()
3421 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3427 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3607 (ssl->handshake->async_in_progress != 0)) { in ssl_parse_client_key_exchange()
3773 if (ssl->handshake->async_in_progress != 0) { in ssl_parse_client_key_exchange()
Dssl_misc.h685 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */ member
Dssl_tls.c4115 if (ssl->conf->f_async_cancel != NULL && handshake->async_in_progress != 0) { in mbedtls_ssl_handshake_free()
4117 handshake->async_in_progress = 0; in mbedtls_ssl_handshake_free()