Home
last modified time | relevance | path

Searched defs:KeyIdGuard (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore2/src/
Draw_device.rs150 ) -> Result<(KeyIdGuard, KeyEntry)> { in lookup_from_desc()
157 lookup: Result<(KeyIdGuard, KeyEntry)>, in not_found_is_none()
158 ) -> Result<Option<(KeyIdGuard, KeyEntry)>> { in not_found_is_none()
177 ) -> Result<(KeyIdGuard, KeyBlob)> in lookup_or_generate_key()
254 key_id_guard: &KeyIdGuard, in upgrade_keyblob_if_required_with()
306 key_id_guard: &KeyIdGuard, in use_key_in_one_step()
Dattestation_key_utils.rs100 ) -> Result<(KeyIdGuard, Vec<u8>, Vec<u8>, BlobMetaData)> { in load_attest_key_blob_and_cert()
Ddatabase.rs525 pub struct KeyIdGuard(i64); struct
535 pub fn get(&self, key_id: i64) -> KeyIdGuard { in get()
548 pub fn try_get(&self, key_id: i64) -> Option<KeyIdGuard> { in try_get()
558 impl KeyIdGuard { implementation
565 impl Drop for KeyIdGuard { implementation
1313 ) -> Result<Option<(KeyIdGuard, KeyEntry)>> { in load_super_key()
1351 ) -> Result<(KeyIdGuard, KeyEntry)> in get_or_create_key_with()
1493 ) -> Result<KeyIdGuard> { in create_key_entry()
1508 ) -> Result<KeyIdGuard> { in create_key_entry_internal()
1587 key_id: &KeyIdGuard, in set_blob()
[all …]
Dsecurity_level.rs770 key_id_guard: KeyIdGuard, in store_upgraded_keyblob()
799 key_id_guard: Option<KeyIdGuard>, in upgrade_keyblob_if_required_with()
Dsuper_key.rs193 key_id_guard: &KeyIdGuard, in decrypt()