Lines Matching refs:hdc
20 use hdc::config;
21 use hdc::config::TaskMessage;
22 use hdc::serializer::native_struct::SessionHandShake;
23 use hdc::serializer::serialize::Serialization;
24 use hdc::transfer;
34 use hdc::common::base::Base;
95 hdc::info!(
116 hdc::error!("update connect status for {} failed", connect_key);
126 hdc::info!("recv handshake: {:#?}", recv);
129 hdc::info!("invalid banner {}", recv.banner);
165 hdc::info!("daemon auth failed");
168 hdc::info!("invalid auth type {}", recv.auth_type);
178 hdc::info!("found existed private key");
181 hdc::error!("found broken private key, regenerating...");
185 hdc::info!("create private key at {:#?}", file);
198 hdc::error!("write private key failed");
226 hdc::info!("send handshake: {:#?}", handshake.clone());
246 hdc::warn!("get home dir failed, use current dir instead");