Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dlegacy_blob.rs42 pub const ENCRYPTED: u8 = 1 << 0; constant
234 self.flags & (flags::SUPER_ENCRYPTED | flags::ENCRYPTED) != 0 in is_encrypted()
375 let is_encrypted = flags & (flags::ENCRYPTED | flags::SUPER_ENCRYPTED) != 0; in new_from_stream()
1314 if (flags & flags::ENCRYPTED) != 0 { in load_super_key()
1595 Blob { value: BlobValue::Characteristics(data.to_vec()), flags: flags::ENCRYPTED }; in make_encrypted_characteristics_file()
1608 let blob = Blob { value: BlobValue::Generic(data.to_vec()), flags: flags::ENCRYPTED }; in make_encrypted_usr_cert_file()
1621 let blob = Blob { value: BlobValue::Generic(data.to_vec()), flags: flags::ENCRYPTED }; in make_encrypted_ca_cert_file()
1632 flags: flags::ENCRYPTED, in make_encrypted_key_file()