Searched refs:KeyEntryLoadBits (Results 1 – 7 of 7) sorted by relevance
/system/security/keystore2/src/ |
D | attestation_key_utils.rs | 18 use crate::database::{BlobMetaData, KeyEntryLoadBits, KeyType}; 110 KeyEntryLoadBits::BOTH, in load_attest_key_blob_and_cert()
|
D | database.rs | 489 pub struct KeyEntryLoadBits(u32); struct 491 impl KeyEntryLoadBits { implementation 493 pub const NONE: KeyEntryLoadBits = Self(0); 495 pub const KM: KeyEntryLoadBits = Self(1); 497 pub const PUBLIC: KeyEntryLoadBits = Self(2); 499 pub const BOTH: KeyEntryLoadBits = Self(3); 1301 Self::load_key_components(tx, KeyEntryLoadBits::KM, key_id) in store_super_key() 1326 let key_entry = Self::load_key_components(&tx, KeyEntryLoadBits::KM, id) in load_super_key() 1386 Self::load_key_components(&tx, KeyEntryLoadBits::KM, id) in get_or_create_key_with() 2494 load_bits: KeyEntryLoadBits, in load_blob_components() argument [all …]
|
D | service.rs | 33 database::{KeyEntryLoadBits, KeyType, SubComponentType}, 141 KeyEntryLoadBits::PUBLIC, in get_key_entry() 192 KeyEntryLoadBits::NONE, in update_subcomponent()
|
D | raw_device.rs | 19 BlobMetaData, BlobMetaEntry, CertificateInfo, DateTime, KeyEntry, KeyEntryLoadBits, 151 db.load_key_entry(&key_desc, key_type, KeyEntryLoadBits::KM, AID_KEYSTORE, |_, _| Ok(())) in lookup_from_desc()
|
D | maintenance.rs | 17 use crate::database::{KeyEntryLoadBits, KeyType, MonotonicRawTime}; 230 KeyEntryLoadBits::NONE, in migrate_key_namespace()
|
D | security_level.rs | 35 BlobMetaData, BlobMetaEntry, DateTime, KeyEntry, KeyEntryLoadBits, KeyMetaData, 248 KeyEntryLoadBits::KM, in create_operation() 699 KeyEntryLoadBits::KM, in import_wrapped_key()
|
D | super_key.rs | 22 database::{KeyEntryLoadBits, KeyIdGuard, KeyMetaData, KeyMetaEntry, KeystoreDB}, 1009 KeyEntryLoadBits::KM, in try_unlock_user_with_biometric()
|