Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dssl_srv.c2886 ssl->handshake->async_in_progress = 0; in ssl_resume_server_key_exchange()
3205 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3208 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()
3437 ssl->handshake->async_in_progress = 0; in ssl_resume_decrypt_pms()
3460 if( ssl->handshake->async_in_progress != 0 ) in ssl_decrypt_encrypted_pms()
3505 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3511 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3696 ( ssl->handshake->async_in_progress != 0 ) ) in ssl_parse_client_key_exchange()
3827 if ( ssl->handshake->async_in_progress != 0 ) in ssl_parse_client_key_exchange()
Dssl_misc.h548 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */ member
Dssl_tls.c5488 if( ssl->conf->f_async_cancel != NULL && handshake->async_in_progress != 0 ) in mbedtls_ssl_handshake_free()
5491 handshake->async_in_progress = 0; in mbedtls_ssl_handshake_free()