Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs717 pub struct SubComponentType(u32); struct
718 impl SubComponentType { impl
720 pub const KEY_BLOB: SubComponentType = Self(0);
722 pub const CERT: SubComponentType = Self(1);
724 pub const CERT_CHAIN: SubComponentType = Self(2);
727 impl ToSql for SubComponentType { implementation
733 impl FromSql for SubComponentType { implementation
1201 SubComponentType::KEY_BLOB, in handle_next_superseded_blobs()
1202 SubComponentType::KEY_BLOB, in handle_next_superseded_blobs()
1236 params![SubComponentType::KEY_BLOB, SubComponentType::KEY_BLOB], in handle_next_superseded_blobs()
[all …]
Dservice.rs33 database::{KeyEntryLoadBits, KeyType, SubComponentType},
215 db.set_blob(&key_id_guard, SubComponentType::CERT, public_cert, None) in update_subcomponent()
218 db.set_blob(&key_id_guard, SubComponentType::CERT_CHAIN, certificate_chain, None) in update_subcomponent()
Draw_device.rs21 SubComponentType, Uuid,
280 SubComponentType::KEY_BLOB, in upgrade_keyblob_if_required_with()
Dsecurity_level.rs37 KeyMetaEntry, KeyType, SubComponentType, Uuid,
848 SubComponentType::KEY_BLOB, in store_upgraded_keyblob()