Searched refs:Decrypted (Results 1 – 2 of 2) sorted by relevance
/system/security/keystore2/src/ |
D | legacy_blob.rs | 163 Decrypted(ZVec), enumerator 456 value: BlobValue::Decrypted(value.try_into().context("In new_from_stream.")?), in new_from_stream() 491 value: BlobValue::Decrypted(decrypt(data, iv, tag, None, None).context(ks_err!())?), in new_from_stream_decrypt_with() 495 value: BlobValue::Decrypted( in new_from_stream_decrypt_with() 635 | Blob { value: BlobValue::Decrypted(_), .. } => Ok(blob), in decrypt_if_required() 655 value: BlobValue::Decrypted( in decrypt_if_required() 1243 Blob { flags: _, value: BlobValue::Decrypted(_) } in load_by_uid_alias() 1389 Blob { value: BlobValue::Decrypted(data), flags } if blob.is_encrypted() => { in prepare_blob() 1409 Ok(Blob { value: BlobValue::Decrypted(plaintext), flags }) in prepare_blob() 1527 Blob { value: BlobValue::Decrypted(data), flags } => ( in write_legacy_blob() [all …]
|
D | legacy_importer.rs | 512 (BlobValue::Decrypted(data), _) => LegacyBlob::Ref(data), in characteristics_file_to_cache() 553 (BlobValue::Decrypted(data), _) => { in characteristics_file_to_cache() 560 BlobValue::Decrypted(upgraded_blob.try_into().context(ks_err!( in characteristics_file_to_cache() 653 BlobValue::Decrypted(data) => (LegacyBlob::ZVec(data), BlobMetaData::new()), in check_and_import() 833 Some((_, BlobValue::Decrypted(data))) => { in bulk_delete()
|