]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 21 Mar 2018 17:01:40 +0000 (19:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2022 09:46:26 +0000 (11:46 +0200)
commita83bdc0830f6b421384dd15e812de68d70773600
tree1d5041ad4fc9f7e1b77dbd583643570beb585549
parentb7c853adcdfa248f6262df0cdbc48600f1cdc752
crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()

commit 9def051018c08e65c532822749e857eb4b2e12e7 upstream.

Deduplicate le32_to_cpu_array() and cpu_to_le32_array() by moving them
to the generic header.

No functional change implied.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
crypto/md4.c
crypto/md5.c
include/linux/byteorder/generic.h