Searched refs:AuthType (Results 1 - 7 of 7) sorted by relevance
/developtools/hdc/hdc_rust/src/host/ |
H A D | auth.rs | 44 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 D | auth.rs | 151 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 D | daemon.h | 27 HdcSessionBase::AuthType authtype; 110 AuthType GetSessionAuthStatus(uint32_t sessionid);
|
H A D | daemon.cpp | 1046 HdcSessionBase::AuthType HdcDaemon::GetSessionAuthStatus(uint32_t sessionid) in InitMod()
|
/developtools/hdc/src/common/ |
H A D | session.h | 26 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 D | config.rs | 242 pub enum AuthType { enum
|
/developtools/hdc/sudo/src/ |
H A D | main.cpp | 259 sudoIAMClient.AuthUser(authOptions, challenge, AuthType::PIN, AuthTrustLevel::ATL1, callback); in VerifyAccount()
|
Completed in 6 milliseconds