Home
last modified time | relevance | path

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

/external/crosvm/system_api/src/protos/
DUserDataAuth.rs11880 pub fn get_encryption_type(&self) -> VaultEncryptionType { in get_encryption_type()
11888 pub fn set_encryption_type(&mut self, v: VaultEncryptionType) { in set_encryption_type()
24615 pub enum VaultEncryptionType { enum
24622 impl ::protobuf::ProtobufEnum for VaultEncryptionType { implementation
24627 fn from_i32(value: i32) -> ::std::option::Option<VaultEncryptionType> { in from_i32()
24648 impl ::std::marker::Copy for VaultEncryptionType { implementation
24651 impl ::std::default::Default for VaultEncryptionType { implementation
24657 impl ::protobuf::reflect::ProtobufValue for VaultEncryptionType { implementation