summaryrefslogtreecommitdiff
path: root/x86_64
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2018-03-11 22:23:59 +0100
committerNiels Möller <nisse@lysator.liu.se>2018-03-11 22:23:59 +0100
commitc02493e53384bc5c6d6d07581524c81d181e1fdd (patch)
treebff51283a1bf8c74dbb92f0bd887b8fdead469b2 /x86_64
parent34ea00b47003939fe1ea616f2e57067cea2c7c8f (diff)
downloadnettle-c02493e53384bc5c6d6d07581524c81d181e1fdd.tar.gz
Support sha_ni sha256_compress in x86_64 fat builds.x86_64-sha_ni-sha256
Diffstat (limited to 'x86_64')
-rw-r--r--x86_64/fat/sha256-compress-2.asm34
-rw-r--r--x86_64/fat/sha256-compress.asm34
2 files changed, 68 insertions, 0 deletions
diff --git a/x86_64/fat/sha256-compress-2.asm b/x86_64/fat/sha256-compress-2.asm
new file mode 100644
index 00000000..50e23d49
--- /dev/null
+++ b/x86_64/fat/sha256-compress-2.asm
@@ -0,0 +1,34 @@
+C x86_64/fat/sha256-compress-2.asm
+
+ifelse(<
+ Copyright (C) 2018 Niels Möller
+
+ This file is part of GNU Nettle.
+
+ GNU Nettle is free software: you can redistribute it and/or
+ modify it under the terms of either:
+
+ * the GNU Lesser General Public License as published by the Free
+ Software Foundation; either version 3 of the License, or (at your
+ option) any later version.
+
+ or
+
+ * the GNU General Public License as published by the Free
+ Software Foundation; either version 2 of the License, or (at your
+ option) any later version.
+
+ or both in parallel, as here.
+
+ GNU Nettle is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received copies of the GNU General Public License and
+ the GNU Lesser General Public License along with this program. If
+ not, see http://www.gnu.org/licenses/.
+>)
+
+define(<fat_transform>, <$1_sha_ni>)
+include_src(<x86_64/sha_ni/sha256-compress.asm>)
diff --git a/x86_64/fat/sha256-compress.asm b/x86_64/fat/sha256-compress.asm
new file mode 100644
index 00000000..ac300cf1
--- /dev/null
+++ b/x86_64/fat/sha256-compress.asm
@@ -0,0 +1,34 @@
+C x86_64/fat/sha256-compress.asm
+
+ifelse(<
+ Copyright (C) 2018 Niels Möller
+
+ This file is part of GNU Nettle.
+
+ GNU Nettle is free software: you can redistribute it and/or
+ modify it under the terms of either:
+
+ * the GNU Lesser General Public License as published by the Free
+ Software Foundation; either version 3 of the License, or (at your
+ option) any later version.
+
+ or
+
+ * the GNU General Public License as published by the Free
+ Software Foundation; either version 2 of the License, or (at your
+ option) any later version.
+
+ or both in parallel, as here.
+
+ GNU Nettle is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received copies of the GNU General Public License and
+ the GNU Lesser General Public License along with this program. If
+ not, see http://www.gnu.org/licenses/.
+>)
+
+define(<fat_transform>, <$1_x86_64>)
+include_src(<x86_64/sha256-compress.asm>)