Searched refs:SubComponentType (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore2/src/ |
D | database.rs | 684 pub struct SubComponentType(u32); struct 685 impl SubComponentType { impl 687 pub const KEY_BLOB: SubComponentType = Self(0); 689 pub const CERT: SubComponentType = Self(1); 691 pub const CERT_CHAIN: SubComponentType = Self(2); 694 impl ToSql for SubComponentType { implementation 700 impl FromSql for SubComponentType { implementation 1168 SubComponentType::KEY_BLOB, in handle_next_superseded_blobs() 1169 SubComponentType::KEY_BLOB, in handle_next_superseded_blobs() 1203 params![SubComponentType::KEY_BLOB, SubComponentType::KEY_BLOB], in handle_next_superseded_blobs() [all …]
|
D | service.rs | 33 database::{KeyEntryLoadBits, KeyType, SubComponentType}, 210 db.set_blob(&key_id_guard, SubComponentType::CERT, public_cert, None) in update_subcomponent() 213 db.set_blob(&key_id_guard, SubComponentType::CERT_CHAIN, certificate_chain, None) in update_subcomponent()
|
D | raw_device.rs | 20 KeyIdGuard, KeyMetaData, KeyMetaEntry, KeyType, KeystoreDB, SubComponentType, Uuid, 277 SubComponentType::KEY_BLOB, in upgrade_keyblob_if_required_with()
|
D | security_level.rs | 36 KeyMetaEntry, KeyType, SubComponentType, Uuid, 788 SubComponentType::KEY_BLOB, in store_upgraded_keyblob()
|