Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dlegacy_blob.rs49 pub const SUPER_ENCRYPTED: u8 = 1 << 2; constant
180 self.flags & (flags::SUPER_ENCRYPTED | flags::ENCRYPTED) != 0 in is_encrypted()
318 let is_encrypted = flags & (flags::ENCRYPTED | flags::SUPER_ENCRYPTED) != 0; in new_from_stream()