summaryrefslogtreecommitdiff
path: root/arm/fat
diff options
context:
space:
mode:
Diffstat (limited to 'arm/fat')
-rw-r--r--arm/fat/aes-decrypt-internal-2.asm8
-rw-r--r--arm/fat/aes-decrypt-internal.asm8
-rw-r--r--arm/fat/aes-encrypt-internal-2.asm8
-rw-r--r--arm/fat/aes-encrypt-internal.asm8
-rw-r--r--arm/fat/chacha-3core.asm6
-rw-r--r--arm/fat/chacha-core-internal-2.asm8
-rw-r--r--arm/fat/salsa20-2core.asm6
-rw-r--r--arm/fat/salsa20-core-internal-2.asm8
-rw-r--r--arm/fat/sha1-compress-2.asm8
-rw-r--r--arm/fat/sha256-compress-2.asm8
-rw-r--r--arm/fat/sha3-permute-2.asm8
-rw-r--r--arm/fat/sha512-compress-2.asm8
-rw-r--r--arm/fat/umac-nh-2.asm8
-rw-r--r--arm/fat/umac-nh-n-2.asm8
14 files changed, 54 insertions, 54 deletions
diff --git a/arm/fat/aes-decrypt-internal-2.asm b/arm/fat/aes-decrypt-internal-2.asm
index 2110f310..d51ae411 100644
--- a/arm/fat/aes-decrypt-internal-2.asm
+++ b/arm/fat/aes-decrypt-internal-2.asm
@@ -1,7 +1,7 @@
C arm/fat/aes-decrypt-internal-2.asm
-ifelse(<
+ifelse(`
Copyright (C) 2015 Niels Möller
This file is part of GNU Nettle.
@@ -29,7 +29,7 @@ ifelse(<
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_armv6>)
-include_src(<arm/v6/aes-decrypt-internal.asm>)
+define(`fat_transform', `$1_armv6')
+include_src(`arm/v6/aes-decrypt-internal.asm')
diff --git a/arm/fat/aes-decrypt-internal.asm b/arm/fat/aes-decrypt-internal.asm
index 8d763889..9994fc07 100644
--- a/arm/fat/aes-decrypt-internal.asm
+++ b/arm/fat/aes-decrypt-internal.asm
@@ -1,7 +1,7 @@
C arm/fat/aes-decrypt-internal.asm
-ifelse(<
+ifelse(`
Copyright (C) 2015 Niels Möller
This file is part of GNU Nettle.
@@ -29,7 +29,7 @@ ifelse(<
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_arm>)
-include_src(<arm/aes-decrypt-internal.asm>)
+define(`fat_transform', `$1_arm')
+include_src(`arm/aes-decrypt-internal.asm')
diff --git a/arm/fat/aes-encrypt-internal-2.asm b/arm/fat/aes-encrypt-internal-2.asm
index 490a52be..aeeab39e 100644
--- a/arm/fat/aes-encrypt-internal-2.asm
+++ b/arm/fat/aes-encrypt-internal-2.asm
@@ -1,7 +1,7 @@
C arm/fat/aes-encrypt-internal-2.asm
-ifelse(<
+ifelse(`
Copyright (C) 2015 Niels Möller
This file is part of GNU Nettle.
@@ -29,7 +29,7 @@ ifelse(<
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_armv6>)
-include_src(<arm/v6/aes-encrypt-internal.asm>)
+define(`fat_transform', `$1_armv6')
+include_src(`arm/v6/aes-encrypt-internal.asm')
diff --git a/arm/fat/aes-encrypt-internal.asm b/arm/fat/aes-encrypt-internal.asm
index e695a289..efd14400 100644
--- a/arm/fat/aes-encrypt-internal.asm
+++ b/arm/fat/aes-encrypt-internal.asm
@@ -1,7 +1,7 @@
C arm/fat/aes-encrypt-internal.asm
-ifelse(<
+ifelse(`
Copyright (C) 2015 Niels Möller
This file is part of GNU Nettle.
@@ -29,7 +29,7 @@ ifelse(<
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_arm>)
-include_src(<arm/aes-encrypt-internal.asm>)
+define(`fat_transform', `$1_arm')
+include_src(`arm/aes-encrypt-internal.asm')
diff --git a/arm/fat/chacha-3core.asm b/arm/fat/chacha-3core.asm
index 7938ee89..af6189b7 100644
--- a/arm/fat/chacha-3core.asm
+++ b/arm/fat/chacha-3core.asm
@@ -1,7 +1,7 @@
C arm/fat/chacha-3core.asm
-ifelse(<
+ifelse(`
Copyright (C) 2020 Niels Möller
This file is part of GNU Nettle.
@@ -29,8 +29,8 @@ ifelse(<
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/.
->)
+')
dnl PROLOGUE(_nettle_fat_chacha_3core) picked up by configure
-include_src(<arm/neon/chacha-3core.asm>)
+include_src(`arm/neon/chacha-3core.asm')
diff --git a/arm/fat/chacha-core-internal-2.asm b/arm/fat/chacha-core-internal-2.asm
index 66a5c145..3715471c 100644
--- a/arm/fat/chacha-core-internal-2.asm
+++ b/arm/fat/chacha-core-internal-2.asm
@@ -1,7 +1,7 @@
C arm/fat/chacha-core-internal-2.asm
-ifelse(<
+ifelse(`
Copyright (C) 2015 Niels Möller
This file is part of GNU Nettle.
@@ -29,9 +29,9 @@ ifelse(<
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/.
->)
+')
dnl PROLOGUE(_nettle_chacha_core) picked up by configure
-define(<fat_transform>, <$1_neon>)
-include_src(<arm/neon/chacha-core-internal.asm>)
+define(`fat_transform', `$1_neon')
+include_src(`arm/neon/chacha-core-internal.asm')
diff --git a/arm/fat/salsa20-2core.asm b/arm/fat/salsa20-2core.asm
index 43d9a1d0..2d5c6e24 100644
--- a/arm/fat/salsa20-2core.asm
+++ b/arm/fat/salsa20-2core.asm
@@ -1,7 +1,7 @@
C arm/fat/salsa20-2core.asm
-ifelse(<
+ifelse(`
Copyright (C) 2020 Niels Möller
This file is part of GNU Nettle.
@@ -29,8 +29,8 @@ ifelse(<
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/.
->)
+')
dnl PROLOGUE(_nettle_fat_salsa20_2core) picked up by configure
-include_src(<arm/neon/salsa20-2core.asm>)
+include_src(`arm/neon/salsa20-2core.asm')
diff --git a/arm/fat/salsa20-core-internal-2.asm b/arm/fat/salsa20-core-internal-2.asm
index 64d90302..f88afd86 100644
--- a/arm/fat/salsa20-core-internal-2.asm
+++ b/arm/fat/salsa20-core-internal-2.asm
@@ -1,7 +1,7 @@
C arm/fat/salsa20-core-internal-2.asm
-ifelse(<
+ifelse(`
Copyright (C) 2015 Niels Möller
This file is part of GNU Nettle.
@@ -29,9 +29,9 @@ ifelse(<
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/.
->)
+')
dnl PROLOGUE(_nettle_salsa20_core) picked up by configure
-define(<fat_transform>, <$1_neon>)
-include_src(<arm/neon/salsa20-core-internal.asm>)
+define(`fat_transform', `$1_neon')
+include_src(`arm/neon/salsa20-core-internal.asm')
diff --git a/arm/fat/sha1-compress-2.asm b/arm/fat/sha1-compress-2.asm
index 4c26c3c6..8586499d 100644
--- a/arm/fat/sha1-compress-2.asm
+++ b/arm/fat/sha1-compress-2.asm
@@ -1,7 +1,7 @@
C arm/fat/sha1-compress-2.asm
-ifelse(<
+ifelse(`
Copyright (C) 2015 Niels Möller
This file is part of GNU Nettle.
@@ -29,9 +29,9 @@ ifelse(<
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/.
->)
+')
dnl PROLOGUE(nettle_sha1_compress) picked up by configure
-define(<fat_transform>, <_$1_armv6>)
-include_src(<arm/v6/sha1-compress.asm>)
+define(`fat_transform', `_$1_armv6')
+include_src(`arm/v6/sha1-compress.asm')
diff --git a/arm/fat/sha256-compress-2.asm b/arm/fat/sha256-compress-2.asm
index e1babb37..36d55e4b 100644
--- a/arm/fat/sha256-compress-2.asm
+++ b/arm/fat/sha256-compress-2.asm
@@ -1,7 +1,7 @@
C arm/fat/sha256-compress-2.asm
-ifelse(<
+ifelse(`
Copyright (C) 2015 Niels Möller
This file is part of GNU Nettle.
@@ -29,9 +29,9 @@ ifelse(<
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/.
->)
+')
dnl PROLOGUE(_nettle_sha256_compress) picked up by configure
-define(<fat_transform>, <$1_armv6>)
-include_src(<arm/v6/sha256-compress.asm>)
+define(`fat_transform', `$1_armv6')
+include_src(`arm/v6/sha256-compress.asm')
diff --git a/arm/fat/sha3-permute-2.asm b/arm/fat/sha3-permute-2.asm
index b423a762..07e1a6e9 100644
--- a/arm/fat/sha3-permute-2.asm
+++ b/arm/fat/sha3-permute-2.asm
@@ -1,7 +1,7 @@
C arm/fat/sha3-permute-2.asm
-ifelse(<
+ifelse(`
Copyright (C) 2015 Niels Möller
This file is part of GNU Nettle.
@@ -29,9 +29,9 @@ ifelse(<
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/.
->)
+')
dnl PROLOGUE(_nettle_sha3_permute) picked up by configure
-define(<fat_transform>, <_$1_neon>)
-include_src(<arm/neon/sha3-permute.asm>)
+define(`fat_transform', `_$1_neon')
+include_src(`arm/neon/sha3-permute.asm')
diff --git a/arm/fat/sha512-compress-2.asm b/arm/fat/sha512-compress-2.asm
index 428604e0..a753ce8c 100644
--- a/arm/fat/sha512-compress-2.asm
+++ b/arm/fat/sha512-compress-2.asm
@@ -1,7 +1,7 @@
C arm/fat/sha3-compress-2.asm
-ifelse(<
+ifelse(`
Copyright (C) 2015 Niels Möller
This file is part of GNU Nettle.
@@ -29,9 +29,9 @@ ifelse(<
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/.
->)
+')
dnl PROLOGUE(_nettle_sha512_compress) picked up by configure
-define(<fat_transform>, <$1_neon>)
-include_src(<arm/neon/sha512-compress.asm>)
+define(`fat_transform', `$1_neon')
+include_src(`arm/neon/sha512-compress.asm')
diff --git a/arm/fat/umac-nh-2.asm b/arm/fat/umac-nh-2.asm
index fc97cc6b..cb3a191a 100644
--- a/arm/fat/umac-nh-2.asm
+++ b/arm/fat/umac-nh-2.asm
@@ -1,7 +1,7 @@
C arm/fat/umac-nh-2.asm
-ifelse(<
+ifelse(`
Copyright (C) 2015 Niels Möller
This file is part of GNU Nettle.
@@ -29,9 +29,9 @@ ifelse(<
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/.
->)
+')
dnl PROLOGUE(_nettle_umac_nh) picked up by configure
-define(<fat_transform>, <$1_neon>)
-include_src(<arm/neon/umac-nh.asm>)
+define(`fat_transform', `$1_neon')
+include_src(`arm/neon/umac-nh.asm')
diff --git a/arm/fat/umac-nh-n-2.asm b/arm/fat/umac-nh-n-2.asm
index 32b7a830..9b005acf 100644
--- a/arm/fat/umac-nh-n-2.asm
+++ b/arm/fat/umac-nh-n-2.asm
@@ -1,7 +1,7 @@
C arm/fat/umac-nh-n-2.asm
-ifelse(<
+ifelse(`
Copyright (C) 2015 Niels Möller
This file is part of GNU Nettle.
@@ -29,9 +29,9 @@ ifelse(<
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/.
->)
+')
dnl PROLOGUE(_nettle_umac_nh_n) picked up by configure
-define(<fat_transform>, <$1_neon>)
-include_src(<arm/neon/umac-nh-n.asm>)
+define(`fat_transform', `$1_neon')
+include_src(`arm/neon/umac-nh-n.asm')