Searched defs:KeyIdGuard (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/security/keystore2/src/ |
H A D | raw_device.rs | 150 ) -> 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()
|
H A D | attestation_key_utils.rs | 100 ) -> Result<(KeyIdGuard, Vec<u8>, Vec<u8>, BlobMetaData)> { in load_attest_key_blob_and_cert()
|
H A D | database.rs | 525 pub struct KeyIdGuard(i64); struct 558 impl KeyIdGuard { implementation 565 impl Drop for KeyIdGuard { implementation 1493 ) -> Result<KeyIdGuard> { in create_key_entry() 1508 ) -> Result<KeyIdGuard> { in create_key_entry_internal() 1587 key_id: &KeyIdGuard, in set_blob() 1674 key_id: &KeyIdGuard, in insert_keyparameter_internal() 2112 newid: &KeyIdGuard, in rebind_alias() 2240 ) -> Result<KeyIdGuard> { in store_new_key() 2298 ) -> Result<KeyIdGuard> { in store_new_certificate() [all …]
|
H A D | security_level.rs | 797 key_id_guard: KeyIdGuard, in store_upgraded_keyblob() 826 key_id_guard: Option<KeyIdGuard>, in upgrade_keyblob_if_required_with()
|
H A D | super_key.rs | 193 key_id_guard: &KeyIdGuard, in decrypt()
|