Searched defs:CRYPT_SECTOR_SIZE (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A Dcryptfs.c2202 #define CRYPT_SECTORS_PER_BUFSIZE (CRYPT_INPLACE_BUFSIZE / CRYPT_SECTOR_SIZE)
2203 #define CRYPT_SECTOR_SIZE 512 macro
2287 offset / info.block_size * CRYPT_SECTOR_SIZE);
2294 data->offset / info.block_size * CRYPT_SECTOR_SIZE);
2331 / info.block_size * CRYPT_SECTOR_SIZE - 1;
2670 if (lseek64(realfd, i * CRYPT_SECTOR_SIZE, SEEK_SET) < 0) {
2675 if (lseek64(cryptofd, i * CRYPT_SECTOR_SIZE, SEEK_SET) < 0) {
2681 if (unix_read(realfd, buf, CRYPT_SECTOR_SIZE) <= 0) {
2686 if (unix_write(cryptofd, buf, CRYPT_SECTOR_SIZE) <= 0) {
2730 if (unix_read(realfd, buf, CRYPT_SECTOR_SIZE) <
[all...]

Completed in 10 milliseconds