Home
last modified time | relevance | path

Searched refs:previously_encrypted_upto (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DEncryptInplace.cpp250 off64_t previously_encrypted_upto, in cryptfs_enable_inplace_ext4() argument
258 if (previously_encrypted_upto > *size_already_done) { in cryptfs_enable_inplace_ext4()
389 off64_t previously_encrypted_upto, in cryptfs_enable_inplace_f2fs() argument
396 if (previously_encrypted_upto > *size_already_done) { in cryptfs_enable_inplace_f2fs()
470 off64_t previously_encrypted_upto, in cryptfs_enable_inplace_full() argument
502 i = previously_encrypted_upto + 1 - *size_already_done; in cryptfs_enable_inplace_full()
583 off64_t previously_encrypted_upto, bool set_progress_properties) { in cryptfs_enable_inplace() argument
586 << ", " << size_already_done << ", " << tot_size << ", " << previously_encrypted_upto in cryptfs_enable_inplace()
588 if (previously_encrypted_upto) { in cryptfs_enable_inplace()
589 LOG(DEBUG) << "Continuing encryption from " << previously_encrypted_upto; in cryptfs_enable_inplace()
[all …]
DEncryptInplace.h34 off64_t previously_encrypted_upto, bool set_progress_properties);
Dcryptfs.cpp2082 const char* real_blkdev, int previously_encrypted_upto) { in cryptfs_enable_all_volumes() argument
2090 tot_encryption_size, previously_encrypted_upto, true); in cryptfs_enable_all_volumes()
2127 off64_t previously_encrypted_upto = 0; in cryptfs_enable_internal() local
2135 previously_encrypted_upto = crypt_ftr.encrypted_upto; in cryptfs_enable_internal()
2164 if (!strcmp(encrypted_state, "encrypted") && !previously_encrypted_upto) { in cryptfs_enable_internal()
2251 if (previously_encrypted_upto == 0 && !rebootEncryption) { in cryptfs_enable_internal()
2331 if (previously_encrypted_upto) { in cryptfs_enable_internal()
2344 previously_encrypted_upto); in cryptfs_enable_internal()