Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dssl_srv.c3310 ssl->handshake->async_in_progress = 0; in ssl_resume_server_key_exchange()
3649 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3652 ssl->handshake->async_in_progress = 1; in ssl_prepare_server_key_exchange()
3735 if( ssl->handshake->async_in_progress != 0 ) in ssl_write_server_key_exchange()
3889 ssl->handshake->async_in_progress = 0; in ssl_resume_decrypt_pms()
3913 if( ssl->handshake->async_in_progress != 0 ) in ssl_decrypt_encrypted_pms()
3963 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
3969 ssl->handshake->async_in_progress = 1; in ssl_decrypt_encrypted_pms()
4157 ( ssl->handshake->async_in_progress != 0 ) ) in ssl_parse_client_key_exchange()
4288 if ( ssl->handshake->async_in_progress != 0 ) in ssl_parse_client_key_exchange()
A Dssl_tls.c6073 if( ssl->conf->f_async_cancel != NULL && handshake->async_in_progress != 0 ) in mbedtls_ssl_handshake_free()
6076 handshake->async_in_progress = 0; in mbedtls_ssl_handshake_free()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dssl_internal.h452 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */ member

Completed in 22 milliseconds