summaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenys Vlasenko2023-07-18 16:41:12 +0200
committerDenys Vlasenko2023-07-18 16:41:12 +0200
commit8f0845cad7bfc46939132b33f9cd0753b261b953 (patch)
tree20a145e6079389121d39e7304eaf8d885a118526 /libbb
parentc484846c4459affa769b84cbd0b586f2bbaec828 (diff)
downloadbusybox-8f0845cad7bfc46939132b33f9cd0753b261b953.zip
busybox-8f0845cad7bfc46939132b33f9cd0753b261b953.tar.gz
libbb: rename source files, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Kbuild.src10
-rw-r--r--libbb/hash_sha1_hwaccel_x86-32.S (renamed from libbb/hash_md5_sha_x86-32_shaNI.S)0
-rw-r--r--libbb/hash_sha1_hwaccel_x86-64.S (renamed from libbb/hash_md5_sha_x86-64_shaNI.S)0
-rw-r--r--libbb/hash_sha1_x86-64.S (renamed from libbb/hash_md5_sha_x86-64.S)2
-rwxr-xr-xlibbb/hash_sha1_x86-64.S.sh (renamed from libbb/hash_md5_sha_x86-64.S.sh)4
-rw-r--r--libbb/hash_sha256_hwaccel_x86-32.S (renamed from libbb/hash_md5_sha256_x86-32_shaNI.S)0
-rw-r--r--libbb/hash_sha256_hwaccel_x86-64.S (renamed from libbb/hash_md5_sha256_x86-64_shaNI.S)0
7 files changed, 8 insertions, 8 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index 653025e..c3b3000 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -56,11 +56,11 @@ lib-y += login.o
lib-y += make_directory.o
lib-y += makedev.o
lib-y += hash_md5_sha.o
-lib-y += hash_md5_sha_x86-64.o
-lib-y += hash_md5_sha_x86-64_shaNI.o
-lib-y += hash_md5_sha_x86-32_shaNI.o
-lib-y += hash_md5_sha256_x86-64_shaNI.o
-lib-y += hash_md5_sha256_x86-32_shaNI.o
+lib-y += hash_sha1_x86-64.o
+lib-y += hash_sha1_hwaccel_x86-64.o
+lib-y += hash_sha1_hwaccel_x86-32.o
+lib-y += hash_sha256_hwaccel_x86-64.o
+lib-y += hash_sha256_hwaccel_x86-32.o
# Alternative (disabled) MD5 implementation
#lib-y += hash_md5prime.o
lib-y += messages.o
diff --git a/libbb/hash_md5_sha_x86-32_shaNI.S b/libbb/hash_sha1_hwaccel_x86-32.S
index 7455a29..7455a29 100644
--- a/libbb/hash_md5_sha_x86-32_shaNI.S
+++ b/libbb/hash_sha1_hwaccel_x86-32.S
diff --git a/libbb/hash_md5_sha_x86-64_shaNI.S b/libbb/hash_sha1_hwaccel_x86-64.S
index 2f03e1c..2f03e1c 100644
--- a/libbb/hash_md5_sha_x86-64_shaNI.S
+++ b/libbb/hash_sha1_hwaccel_x86-64.S
diff --git a/libbb/hash_md5_sha_x86-64.S b/libbb/hash_sha1_x86-64.S
index 2cdd220..b1968ff 100644
--- a/libbb/hash_md5_sha_x86-64.S
+++ b/libbb/hash_sha1_x86-64.S
@@ -1,4 +1,4 @@
-### Generated by hash_md5_sha_x86-64.S.sh ###
+### Generated by hash_sha1_x86-64.S.sh ###
#if CONFIG_SHA1_SMALL == 0 && defined(__GNUC__) && defined(__x86_64__)
#ifdef __linux__
diff --git a/libbb/hash_md5_sha_x86-64.S.sh b/libbb/hash_sha1_x86-64.S.sh
index 653fe49..3fc125d 100755
--- a/libbb/hash_md5_sha_x86-64.S.sh
+++ b/libbb/hash_sha1_x86-64.S.sh
@@ -4,7 +4,7 @@
# The reason is that the changes to generated code are difficult
# to visualize by looking only at this script, it helps when the commit
# also contains the diff of the generated file.
-exec >hash_md5_sha_x86-64.S
+exec >hash_sha1_x86-64.S
# Based on http://arctic.org/~dean/crypto/sha1.html.
# ("This SHA1 implementation is public domain.")
@@ -124,7 +124,7 @@ INTERLEAVE() {
# ...but pshufb is a SSSE3 insn. Can't use it.
echo \
-"### Generated by hash_md5_sha_x86-64.S.sh ###
+"### Generated by hash_sha1_x86-64.S.sh ###
#if CONFIG_SHA1_SMALL == 0 && defined(__GNUC__) && defined(__x86_64__)
#ifdef __linux__
diff --git a/libbb/hash_md5_sha256_x86-32_shaNI.S b/libbb/hash_sha256_hwaccel_x86-32.S
index a0e4a57..a0e4a57 100644
--- a/libbb/hash_md5_sha256_x86-32_shaNI.S
+++ b/libbb/hash_sha256_hwaccel_x86-32.S
diff --git a/libbb/hash_md5_sha256_x86-64_shaNI.S b/libbb/hash_sha256_hwaccel_x86-64.S
index 172c2ea..172c2ea 100644
--- a/libbb/hash_md5_sha256_x86-64_shaNI.S
+++ b/libbb/hash_sha256_hwaccel_x86-64.S