eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()
authorTyler Hicks <tyhicks@canonical.com>
Sat, 6 Apr 2013 06:26:22 +0000 (23:26 -0700)
committerTyler Hicks <tyhicks@canonical.com>
Sat, 8 Jun 2013 00:28:26 +0000 (17:28 -0700)
commit00a699400a707953368e970b37bb8765fdb08015
tree5f0d915de16b024814d17fb1cd941db855b3bd99
parent9c6043f41222b448a314b0b8370f33b579f777ea
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>
fs/ecryptfs/crypto.c
This page took 0.025212 seconds and 5 git commands to generate.