Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dlegacy_blob.rs132 Decrypted(ZVec), enumerator
383 value: BlobValue::Decrypted(value.try_into().context("In new_from_stream.")?), in new_from_stream()
418 value: BlobValue::Decrypted( in new_from_stream_decrypt_with()
425 value: BlobValue::Decrypted( in new_from_stream_decrypt_with()
1014 Blob { flags: _, value: BlobValue::Decrypted(_) } => km_blob, in load_by_uid_alias()
1034 Blob { flags, value: BlobValue::Decrypted(decrypted) } in load_by_uid_alias()
1223 &BlobValue::Decrypted(REAL_LEGACY_BLOB_PAYLOAD.try_into().unwrap()) in read_golden_key_blob_test()
1258 assert_eq!(blob.value(), &BlobValue::Decrypted(DECRYPTED_PAYLOAD.try_into().unwrap())); in read_aes_gcm_encrypted_key_blob_test()
1372 assert_eq!(value, BlobValue::Decrypted(LOADED_USRPKEY_NON_AUTHBOUND.try_into()?)); in test_legacy_blobs()
Dlegacy_migrator.rs505 BlobValue::Decrypted(data) => (LegacyBlob::ZVec(data), BlobMetaData::new()), in check_and_migrate()
682 Some((_, BlobValue::Decrypted(data))) => { in bulk_delete()