Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/host/
Dauth.rs62 } else if recv.auth_type == config::AuthType::Publickey as u8 { in handshake_with_daemon()
64 handshake.auth_type = config::AuthType::Publickey as u8; in handshake_with_daemon()
/developtools/hdc/hdc_rust/src/daemon/
Dauth.rs127 auth_type: AuthType::Publickey as u8, in handshake_init()
209 if recv.auth_type == AuthType::Publickey as u8 { in handshake_task()
/developtools/hdc/hdc_rust/src/
Dconfig.rs240 Publickey, enumerator