diff options
| author | Gilad Ben-Yossef <gilad@benyossef.com> | 2017-12-03 16:58:20 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-06 11:55:15 +0300 |
| commit | a05db75cfa57bce6298fc946b6952996a90ba4e2 (patch) | |
| tree | a50c45462dab47ca727e00f8f3a0aec26d0e8d8d /include/linux | |
| parent | 46df8824982e4fb0198776078d4a8c3e2d531464 (diff) | |
| download | linux-a05db75cfa57bce6298fc946b6952996a90ba4e2.tar.xz | |
staging: ccree: fix AEAD func naming convention
The aead files was using a func naming convention which was inconsistent
(ssi vs. cc), included a useless prefix (ssi_aead) and often used
too long function names producing monster func names such as
ssi_aead_gcm_setup_ghash_desc() that made the call site code hard
to read.
Make the code more readable by switching to a simpler, consistent naming
conventionfor all the function defined in the file.
Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
