Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H A Dssl_tls12_server.c2750 ssl->handshake->async_in_progress = 0; in ssl_resume_server_key_exchange()
3171 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3174 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3253 if (ssl->handshake->async_in_progress != 0) { in ssl_write_server_key_exchange()
3398 ssl->handshake->async_in_progress = 0; in ssl_resume_decrypt_pms()
3428 if (ssl->handshake->async_in_progress != 0) { in ssl_decrypt_encrypted_pms()
3466 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3472 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3646 (ssl->handshake->async_in_progress != 0)) { in ssl_parse_client_key_exchange()
3816 if (ssl->handshake->async_in_progress != 0) { in ssl_parse_client_key_exchange()
H A Dssl_misc.h674 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */ member
H A Dssl_tls.c4095 if (ssl->conf->f_async_cancel != NULL && handshake->async_in_progress != 0) { in mbedtls_ssl_handshake_free()
4097 handshake->async_in_progress = 0; in mbedtls_ssl_handshake_free()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_tls12_server.c2776 ssl->handshake->async_in_progress = 0; in ssl_resume_server_key_exchange()
3197 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3200 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3279 if (ssl->handshake->async_in_progress != 0) { in ssl_write_server_key_exchange()
3424 ssl->handshake->async_in_progress = 0; in ssl_resume_decrypt_pms()
3454 if (ssl->handshake->async_in_progress != 0) { in ssl_decrypt_encrypted_pms()
3492 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3498 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3672 (ssl->handshake->async_in_progress != 0)) { in ssl_parse_client_key_exchange()
3842 if (ssl->handshake->async_in_progress != 0) { in ssl_parse_client_key_exchange()
H A Dssl_misc.h692 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */ member
H A 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()
/aosp_15_r20/external/cronet/net/base/
H A Dfile_stream_context.h80 bool async_in_progress() const { return async_in_progress_; } in async_in_progress() function