Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.cpp1993 int cryptofd; member
2095 if (pwrite64(data->cryptofd, data->buffer, in flush_outstanding_data()
2228 while ((data.cryptofd = open(crypto_blkdev, O_WRONLY|O_CLOEXEC)) < 0) { in cryptfs_enable_inplace_ext4()
2285 close(data.cryptofd); in cryptfs_enable_inplace_ext4()
2328 if (pwrite64(priv_dat->cryptofd, priv_dat->buffer, CRYPT_INPLACE_BUFSIZE, offset) <= 0) { in encrypt_one_block_f2fs()
2356 data.cryptofd = -1; in cryptfs_enable_inplace_f2fs()
2362 if ( (data.cryptofd = open64(crypto_blkdev, O_WRONLY|O_CLOEXEC)) < 0) { in cryptfs_enable_inplace_f2fs()
2412 close(data.cryptofd); in cryptfs_enable_inplace_f2fs()
2422 int realfd, cryptofd; in cryptfs_enable_inplace_full() local
2434 if ( (cryptofd = open(crypto_blkdev, O_WRONLY|O_CLOEXEC)) < 0) { in cryptfs_enable_inplace_full()
[all …]