diff options
author | Tyler Hicks <tyhicks@canonical.com> | 2013-04-05 23:26:22 -0700 |
---|---|---|
committer | Tyler Hicks <tyhicks@canonical.com> | 2013-06-07 17:28:26 -0700 |
commit | 00a699400a707953368e970b37bb8765fdb08015 (patch) | |
tree | 5f0d915de16b024814d17fb1cd941db855b3bd99 /REPORTING-BUGS | |
parent | 9c6043f41222b448a314b0b8370f33b579f777ea (diff) | |
download | linux-00a699400a707953368e970b37bb8765fdb08015.tar.bz2 |
eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()
These two functions are identical except for a debug printk and whether
they call crypto_ablkcipher_encrypt() or crypto_ablkcipher_decrypt(), so
they can be safely merged if the caller can indicate if encryption or
decryption should occur.
The debug printk is useless so it is removed.
Two new #define's are created to indicate if an ENCRYPT or DECRYPT
operation is desired.
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions