Home
last modified time | relevance | path

Searched refs:AuthType (Results 1 - 7 of 7) sorted by relevance

/developtools/hdc/hdc_rust/src/host/
H A Dauth.rs44 auth_type: config::AuthType::None as u8,
133 if recv.auth_type == config::AuthType::OK as u8 {
135 } else if recv.auth_type == config::AuthType::Publickey as u8 {
146 auth_type: config::AuthType::Publickey as u8,
151 } else if recv.auth_type == config::AuthType::Signature as u8 {
159 auth_type: config::AuthType::Signature as u8,
164 } else if recv.auth_type == config::AuthType::Fail as u8 {
/developtools/hdc/hdc_rust/src/daemon_lib/
H A Dauth.rs151 auth_type: AuthType::Publickey as u8,
170 auth_type: AuthType::Signature as u8,
196 auth_type: AuthType::OK as u8,
240 auth_type: AuthType::OK as u8,
270 auth_type: AuthType::OK as u8,
332 auth_type: AuthType::OK as u8,
389 auth_type: AuthType::Publickey as u8,
607 if recv.auth_type != AuthType::Publickey as u8 {
621 if recv.auth_type != AuthType::Signature as u8 {
834 auth_type: AuthType
[all...]
/developtools/hdc/src/daemon/
H A Ddaemon.h27 HdcSessionBase::AuthType authtype;
110 AuthType GetSessionAuthStatus(uint32_t sessionid);
H A Ddaemon.cpp1046 HdcSessionBase::AuthType HdcDaemon::GetSessionAuthStatus(uint32_t sessionid) in InitMod()
/developtools/hdc/src/common/
H A Dsession.h26 enum AuthType { AUTH_NONE, AUTH_TOKEN, AUTH_SIGNATURE, AUTH_PUBLICKEY, AUTH_OK, AUTH_FAIL }; enum in Hdc::HdcSessionBase
/developtools/hdc/hdc_rust/src/
H A Dconfig.rs242 pub enum AuthType { enum
/developtools/hdc/sudo/src/
H A Dmain.cpp259 sudoIAMClient.AuthUser(authOptions, challenge, AuthType::PIN, AuthTrustLevel::ATL1, callback); in VerifyAccount()

Completed in 6 milliseconds