Home
last modified time | relevance | path

Searched refs:take_value (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/src/
Dlegacy_importer.rs520 match (km_blob.take_value(), super_key.as_ref()) { in characteristics_file_to_cache()
634 let (blob, mut blob_metadata) = match km_blob.take_value() { in check_and_import()
806 .map(|(blob, _)| (blob.is_strongbox(), blob.take_value())) in bulk_delete()
Dlegacy_blob.rs255 pub fn take_value(self) -> BlobValue { in take_value() method