[PATCH 0/5] eCryptfs: Clean up usage of helper page for crypto ops

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a somewhat related set of patches that scratch some itches that I had
after working on the migration to the ablkcipher API. They all relate to how
eCryptfs is using the "helper page" during crypto operations. The helper page
is the intermediary page between the lower encrypted page and the decrypted
eCryptfs page.

When decrypting, eCryptfs reads from the lower filesystem into a helper page.
Then the helper page is decrypted and the result is stored in the eCryptfs
page.

When encrypting, eCryptfs encrypts its page and the result is stored in a
helper page. Then the contents of the helper page are written to the lower
filesystem.

It is slightly more complex, as crypto operations aren't done across the entire
page (that's where eCryptfs "extents" come into play). But the focus of these
patches is how we're utilizing the helper pages.

Tyler
--
To unsubscribe from this list: send the line "unsubscribe ecryptfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Crypto]     [Device Mapper Crypto]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux