Home
last modified time | relevance | path

Searched defs:encrypted (Results 1 – 6 of 6) sorted by relevance

/system/core/adb/pairing_auth/tests/
Daes_128_gcm_test.cpp41 uint8_t encrypted[1024]; in TEST() local
/system/core/adb/pairing_auth/
Dpairing_auth.cpp169 Data encrypted(cipher_->EncryptedSize(data.size())); in Encrypt() local
/system/security/keystore/
Dblob.h68 uint8_t encrypted[0]; // Marks offset to encrypted data. member
Dblob.cpp289 void Blob::setEncrypted(bool encrypted) { in setEncrypted()
/system/vold/
Dcryptfs.cpp2493 static unsigned int persist_get_max_entries(int encrypted) { in persist_get_max_entries()
2534 static int persist_set_key(const char* fieldname, const char* value, int encrypted) { in persist_set_key()
2723 int encrypted = 0; in cryptfs_setfield() local
/system/core/fs_mgr/
Dfs_mgr.cpp328 bool encrypted = should_use_metadata_encryption(entry) || needs_block_encryption(entry); in read_ext4_superblock() local