Searched defs:KeyIdGuard (Results  1 – 5 of 5) sorted by relevance
| /system/security/keystore2/src/ | 
| D | raw_device.rs | 155     ) -> Result<(KeyIdGuard, KeyEntry)> {  in lookup_from_desc()162         lookup: Result<(KeyIdGuard, KeyEntry)>,  in not_found_is_none()
 163     ) -> Result<Option<(KeyIdGuard, KeyEntry)>> {  in not_found_is_none()
 182     ) -> Result<(KeyIdGuard, KeyBlob)>  in lookup_or_generate_key()
 259         key_id_guard: &KeyIdGuard,  in upgrade_keyblob_if_required_with()
 303         key_id_guard: &KeyIdGuard,  in use_key_in_one_step()
 
 | 
| D | attestation_key_utils.rs | 100 ) -> Result<(KeyIdGuard, Vec<u8>, Vec<u8>, BlobMetaData)> {  in load_attest_key_blob_and_cert()
 | 
| D | database.rs | 525 pub struct KeyIdGuard(i64);  struct535     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
 1343     ) -> Result<Option<(KeyIdGuard, KeyEntry)>> {  in load_super_key()
 1381     ) -> Result<(KeyIdGuard, KeyEntry)>  in get_or_create_key_with()
 1521     ) -> Result<KeyIdGuard> {  in create_key_entry()
 1536     ) -> Result<KeyIdGuard> {  in create_key_entry_internal()
 1615         key_id: &KeyIdGuard,  in set_blob()
 [all …]
 
 | 
| D | security_level.rs | 814         key_id_guard: KeyIdGuard,  in store_upgraded_keyblob()843         mut key_id_guard: Option<KeyIdGuard>,  in upgrade_keyblob_if_required_with()
 
 | 
| D | super_key.rs | 195         key_id_guard: &KeyIdGuard,  in decrypt()
 |