Searched refs:encrypted (Results 1 – 3 of 3) sorted by relevance
/system/core/fs_mgr/ |
D | fs_mgr.c | 449 int encrypted = 0; in fs_mgr_mount_all() local 485 encrypted = 1; in fs_mgr_mount_all() 493 if (encrypted) { in fs_mgr_mount_all()
|
/system/security/keystore/ |
D | keystore.cpp | 283 uint8_t encrypted[0]; // Marks offset to encrypted data. member 362 memmove(&mBlob.encrypted[encryptedLength], &mBlob.value[mBlob.length], mBlob.info); in encryptBlob() 371 AES_cbc_encrypt(mBlob.encrypted, mBlob.encrypted, encryptedLength, in encryptBlob() 375 size_t headerLength = (mBlob.encrypted - (uint8_t*) &mBlob); in encryptBlob() 406 size_t headerLength = (mBlob.encrypted - (uint8_t*) &mBlob); in decryptBlob() 415 AES_cbc_encrypt(mBlob.encrypted, mBlob.encrypted, encryptedLength, aes_key, in decryptBlob()
|
/system/core/rootdir/ |
D | init.rc | 238 # must uncomment this line, otherwise encrypted filesystems
|