Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls12_server.c2761 ssl->handshake->async_in_progress = 0; in ssl_resume_server_key_exchange()
3182 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3185 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3264 if (ssl->handshake->async_in_progress != 0) { in ssl_write_server_key_exchange()
3409 ssl->handshake->async_in_progress = 0; in ssl_resume_decrypt_pms()
3439 if (ssl->handshake->async_in_progress != 0) { in ssl_decrypt_encrypted_pms()
3477 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3483 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3657 (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()
H A Dssl_misc.h696 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */ member
H A Dssl_tls.c4843 if (ssl->conf->f_async_cancel != NULL && handshake->async_in_progress != 0) { in mbedtls_ssl_handshake_free()
4845 handshake->async_in_progress = 0; in mbedtls_ssl_handshake_free()