Searched refs:Encrypted (Results 1 – 3 of 3) sorted by relevance
/system/security/keystore2/src/ |
D | legacy_importer.rs | 496 (BlobValue::Encrypted { iv, tag, data }, Some(super_key)) => { in characteristics_file_to_cache() 501 (BlobValue::Encrypted { .. }, None) => { in characteristics_file_to_cache() 521 (BlobValue::Encrypted { iv, tag, data }, Some(super_key)) => { in characteristics_file_to_cache() 538 Blob::new(flags, BlobValue::Encrypted { data, iv, tag }), in characteristics_file_to_cache() 542 (BlobValue::Encrypted { .. }, None) => { in characteristics_file_to_cache() 635 BlobValue::Encrypted { iv, tag, data } => { in check_and_import() 808 Some((is_strongbox, BlobValue::Encrypted { iv, tag, data })) => { in bulk_delete()
|
D | legacy_blob.rs | 139 Encrypted { enumerator 448 value: BlobValue::Encrypted { in new_from_stream() 489 BlobValue::Encrypted { iv, tag, data } => Ok(Blob { in new_from_stream_decrypt_with() 651 Blob { value: BlobValue::Encrypted { iv, tag, data }, flags } in decrypt_if_required() 1244 | Blob { flags: _, value: BlobValue::Encrypted { .. } } => km_blob, in load_by_uid_alias() 1391 Ok(Blob { value: BlobValue::Encrypted { data: ciphertext, iv, tag }, flags }) in prepare_blob() 1405 Blob { value: BlobValue::Encrypted { data, iv, tag }, flags } in prepare_blob() 1488 Blob { value: BlobValue::Encrypted { iv, tag, data }, flags } => ( in write_legacy_blob() 1872 BlobValue::Encrypted { in test_legacy_blobs() 2001 value: BlobValue::Encrypted { in test_with_encrypted_characteristics() [all …]
|
/system/core/fs_mgr/libfiemap/ |
D | README.md | 38 ### Metadata Encrypted Devices
|