Home
last modified time | relevance | path

Searched defs:KeyChallengeRequest_ChallengeType (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/system_api/src/protos/
Drpc.rs639 pub fn get_challenge_type(&self) -> KeyChallengeRequest_ChallengeType { in get_challenge_type()
651 pub fn set_challenge_type(&mut self, v: KeyChallengeRequest_ChallengeType) { in set_challenge_type()
797 pub enum KeyChallengeRequest_ChallengeType { enum
801 impl ::protobuf::ProtobufEnum for KeyChallengeRequest_ChallengeType { implementation
806 fn from_i32(value: i32) -> ::std::option::Option<KeyChallengeRequest_ChallengeType> { in from_i32()
821 impl ::std::marker::Copy for KeyChallengeRequest_ChallengeType { implementation
825 impl ::std::default::Default for KeyChallengeRequest_ChallengeType { implementation
831 impl ::protobuf::reflect::ProtobufValue for KeyChallengeRequest_ChallengeType { implementation