commit | a8ca90e2071edb3d3f3272ae73d73411f0b70b54 | [log] [tgz] |
---|---|---|
author | Tyler Hicks <tyhicks@canonical.com> | Fri Apr 05 23:37:51 2013 -0700 |
committer | Tyler Hicks <tyhicks@canonical.com> | Fri Jun 07 17:28:27 2013 -0700 |
tree | 646d795657166837c738eaff025e6face7d6b1a0 | |
parent | 00a699400a707953368e970b37bb8765fdb08015 [diff] |
eCryptfs: Combine page_offset crypto functions Combine ecryptfs_encrypt_page_offset() and ecryptfs_decrypt_page_offset(). These two functions are functionally identical so they can be safely merged if the caller can indicate whether an encryption or decryption operation should occur. Signed-off-by: Tyler Hicks <tyhicks@canonical.com>