summaryrefslogtreecommitdiff
path: root/lib/accelerated
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-16 07:55:09 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-16 07:57:09 +0100
commit8056a527aa2bbacdc16c99f60e6f4c539c87fbb7 (patch)
treea8bc4f96ce9cb37ac74c308cb59c144f6d53121b /lib/accelerated
parent47ed64a838586f138a10ef7a0537d9274daac943 (diff)
downloadgnutls-8056a527aa2bbacdc16c99f60e6f4c539c87fbb7.tar.gz
updated licenses
Diffstat (limited to 'lib/accelerated')
-rw-r--r--lib/accelerated/x86/coff/appro-aes-gcm-x86-64-coff.s6
-rw-r--r--lib/accelerated/x86/coff/appro-aes-x86-64-coff.s6
-rw-r--r--lib/accelerated/x86/coff/appro-aes-x86-coff.s6
-rw-r--r--lib/accelerated/x86/coff/cpuid-x86-64-coff.s2
-rw-r--r--lib/accelerated/x86/coff/cpuid-x86-coff.s2
-rw-r--r--lib/accelerated/x86/coff/padlock-x86-64-coff.s6
-rw-r--r--lib/accelerated/x86/coff/padlock-x86-coff.s6
-rw-r--r--lib/accelerated/x86/elf/appro-aes-gcm-x86-64.s6
-rw-r--r--lib/accelerated/x86/elf/appro-aes-x86-64.s6
-rw-r--r--lib/accelerated/x86/elf/appro-aes-x86.s6
-rw-r--r--lib/accelerated/x86/elf/cpuid-x86-64.s2
-rw-r--r--lib/accelerated/x86/elf/cpuid-x86.s2
-rw-r--r--lib/accelerated/x86/elf/padlock-x86-64.s6
-rw-r--r--lib/accelerated/x86/elf/padlock-x86.s6
-rw-r--r--lib/accelerated/x86/macosx/appro-aes-gcm-x86-64-macosx.s6
-rw-r--r--lib/accelerated/x86/macosx/appro-aes-x86-64-macosx.s6
-rw-r--r--lib/accelerated/x86/macosx/appro-aes-x86-macosx.s6
-rw-r--r--lib/accelerated/x86/macosx/cpuid-x86-64-macosx.s4
-rw-r--r--lib/accelerated/x86/macosx/cpuid-x86-macosx.s4
-rw-r--r--lib/accelerated/x86/macosx/padlock-x86-64-macosx.s6
-rw-r--r--lib/accelerated/x86/macosx/padlock-x86-macosx.s6
21 files changed, 74 insertions, 32 deletions
diff --git a/lib/accelerated/x86/coff/appro-aes-gcm-x86-64-coff.s b/lib/accelerated/x86/coff/appro-aes-gcm-x86-64-coff.s
index 201a7903c2..fa449d6953 100644
--- a/lib/accelerated/x86/coff/appro-aes-gcm-x86-64-coff.s
+++ b/lib/accelerated/x86/coff/appro-aes-gcm-x86-64-coff.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.text
.globl gcm_gmult_4bit
diff --git a/lib/accelerated/x86/coff/appro-aes-x86-64-coff.s b/lib/accelerated/x86/coff/appro-aes-x86-64-coff.s
index 5a69465116..7bd96654d8 100644
--- a/lib/accelerated/x86/coff/appro-aes-x86-64-coff.s
+++ b/lib/accelerated/x86/coff/appro-aes-x86-64-coff.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.text
.globl aesni_encrypt
.def aesni_encrypt; .scl 2; .type 32; .endef
diff --git a/lib/accelerated/x86/coff/appro-aes-x86-coff.s b/lib/accelerated/x86/coff/appro-aes-x86-coff.s
index 74e236bd75..d00c02f285 100644
--- a/lib/accelerated/x86/coff/appro-aes-x86-coff.s
+++ b/lib/accelerated/x86/coff/appro-aes-x86-coff.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.file "devel/perlasm/aesni-x86.s"
.text
.globl _aesni_encrypt
diff --git a/lib/accelerated/x86/coff/cpuid-x86-64-coff.s b/lib/accelerated/x86/coff/cpuid-x86-64-coff.s
index c7e9cc462f..c86b6457af 100644
--- a/lib/accelerated/x86/coff/cpuid-x86-64-coff.s
+++ b/lib/accelerated/x86/coff/cpuid-x86-64-coff.s
@@ -18,6 +18,8 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+# *** This file is auto-generated ***
+#
.text
.globl gnutls_cpuid
.def gnutls_cpuid; .scl 2; .type 32; .endef
diff --git a/lib/accelerated/x86/coff/cpuid-x86-coff.s b/lib/accelerated/x86/coff/cpuid-x86-coff.s
index cf5365ee8c..98dd86234f 100644
--- a/lib/accelerated/x86/coff/cpuid-x86-coff.s
+++ b/lib/accelerated/x86/coff/cpuid-x86-coff.s
@@ -18,6 +18,8 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+# *** This file is auto-generated ***
+#
.file "devel/perlasm/cpuid-x86.s"
.text
.globl _gnutls_cpuid
diff --git a/lib/accelerated/x86/coff/padlock-x86-64-coff.s b/lib/accelerated/x86/coff/padlock-x86-64-coff.s
index 4701809a1c..b69b33275e 100644
--- a/lib/accelerated/x86/coff/padlock-x86-64-coff.s
+++ b/lib/accelerated/x86/coff/padlock-x86-64-coff.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.text
.globl padlock_capability
.def padlock_capability; .scl 2; .type 32; .endef
diff --git a/lib/accelerated/x86/coff/padlock-x86-coff.s b/lib/accelerated/x86/coff/padlock-x86-coff.s
index c9231f19a7..b068083fa6 100644
--- a/lib/accelerated/x86/coff/padlock-x86-coff.s
+++ b/lib/accelerated/x86/coff/padlock-x86-coff.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.file "devel/perlasm/e_padlock-x86.s"
.text
.globl _padlock_capability
diff --git a/lib/accelerated/x86/elf/appro-aes-gcm-x86-64.s b/lib/accelerated/x86/elf/appro-aes-gcm-x86-64.s
index 55da343a60..8f2b96ff1f 100644
--- a/lib/accelerated/x86/elf/appro-aes-gcm-x86-64.s
+++ b/lib/accelerated/x86/elf/appro-aes-gcm-x86-64.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.text
.globl gcm_gmult_4bit
diff --git a/lib/accelerated/x86/elf/appro-aes-x86-64.s b/lib/accelerated/x86/elf/appro-aes-x86-64.s
index 73c3798f25..f48666f7ae 100644
--- a/lib/accelerated/x86/elf/appro-aes-x86-64.s
+++ b/lib/accelerated/x86/elf/appro-aes-x86-64.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.text
.globl aesni_encrypt
.type aesni_encrypt,@function
diff --git a/lib/accelerated/x86/elf/appro-aes-x86.s b/lib/accelerated/x86/elf/appro-aes-x86.s
index 4dd1a503c5..5f0779756c 100644
--- a/lib/accelerated/x86/elf/appro-aes-x86.s
+++ b/lib/accelerated/x86/elf/appro-aes-x86.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.file "devel/perlasm/aesni-x86.s"
.text
.globl aesni_encrypt
diff --git a/lib/accelerated/x86/elf/cpuid-x86-64.s b/lib/accelerated/x86/elf/cpuid-x86-64.s
index 7520978fe8..b0b91b3a3a 100644
--- a/lib/accelerated/x86/elf/cpuid-x86-64.s
+++ b/lib/accelerated/x86/elf/cpuid-x86-64.s
@@ -18,6 +18,8 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+# *** This file is auto-generated ***
+#
.text
.globl gnutls_cpuid
.type gnutls_cpuid,@function
diff --git a/lib/accelerated/x86/elf/cpuid-x86.s b/lib/accelerated/x86/elf/cpuid-x86.s
index b0fb52f5f6..e8ebbfdf6f 100644
--- a/lib/accelerated/x86/elf/cpuid-x86.s
+++ b/lib/accelerated/x86/elf/cpuid-x86.s
@@ -18,6 +18,8 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+# *** This file is auto-generated ***
+#
.file "devel/perlasm/cpuid-x86.s"
.text
.globl gnutls_cpuid
diff --git a/lib/accelerated/x86/elf/padlock-x86-64.s b/lib/accelerated/x86/elf/padlock-x86-64.s
index 020d6e55b6..bf5f62600c 100644
--- a/lib/accelerated/x86/elf/padlock-x86-64.s
+++ b/lib/accelerated/x86/elf/padlock-x86-64.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.text
.globl padlock_capability
.type padlock_capability,@function
diff --git a/lib/accelerated/x86/elf/padlock-x86.s b/lib/accelerated/x86/elf/padlock-x86.s
index fc5f9accb3..ea982ec4a7 100644
--- a/lib/accelerated/x86/elf/padlock-x86.s
+++ b/lib/accelerated/x86/elf/padlock-x86.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.file "devel/perlasm/e_padlock-x86.s"
.text
.globl padlock_capability
diff --git a/lib/accelerated/x86/macosx/appro-aes-gcm-x86-64-macosx.s b/lib/accelerated/x86/macosx/appro-aes-gcm-x86-64-macosx.s
index 732332ba28..8a966e2ab5 100644
--- a/lib/accelerated/x86/macosx/appro-aes-gcm-x86-64-macosx.s
+++ b/lib/accelerated/x86/macosx/appro-aes-gcm-x86-64-macosx.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.text
.globl _gcm_gmult_4bit
diff --git a/lib/accelerated/x86/macosx/appro-aes-x86-64-macosx.s b/lib/accelerated/x86/macosx/appro-aes-x86-64-macosx.s
index de7ca030c1..92b78ef76a 100644
--- a/lib/accelerated/x86/macosx/appro-aes-x86-64-macosx.s
+++ b/lib/accelerated/x86/macosx/appro-aes-x86-64-macosx.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.text
.globl _aesni_encrypt
diff --git a/lib/accelerated/x86/macosx/appro-aes-x86-macosx.s b/lib/accelerated/x86/macosx/appro-aes-x86-macosx.s
index ca05d9e496..af47a8cb18 100644
--- a/lib/accelerated/x86/macosx/appro-aes-x86-macosx.s
+++ b/lib/accelerated/x86/macosx/appro-aes-x86-macosx.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.file "devel/perlasm/aesni-x86.s"
.text
.globl _aesni_encrypt
diff --git a/lib/accelerated/x86/macosx/cpuid-x86-64-macosx.s b/lib/accelerated/x86/macosx/cpuid-x86-64-macosx.s
index b4a4e941a4..12866c8aa9 100644
--- a/lib/accelerated/x86/macosx/cpuid-x86-64-macosx.s
+++ b/lib/accelerated/x86/macosx/cpuid-x86-64-macosx.s
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012 Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos
#
@@ -18,6 +18,8 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+# *** This file is auto-generated ***
+#
.text
.globl _gnutls_cpuid
diff --git a/lib/accelerated/x86/macosx/cpuid-x86-macosx.s b/lib/accelerated/x86/macosx/cpuid-x86-macosx.s
index a69a5c7fad..7a66ffcd75 100644
--- a/lib/accelerated/x86/macosx/cpuid-x86-macosx.s
+++ b/lib/accelerated/x86/macosx/cpuid-x86-macosx.s
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012 Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos
#
@@ -18,6 +18,8 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+# *** This file is auto-generated ***
+#
.file "devel/perlasm/cpuid-x86.s"
.text
.globl _gnutls_cpuid
diff --git a/lib/accelerated/x86/macosx/padlock-x86-64-macosx.s b/lib/accelerated/x86/macosx/padlock-x86-64-macosx.s
index a19e824ad3..9b912f9202 100644
--- a/lib/accelerated/x86/macosx/padlock-x86-64-macosx.s
+++ b/lib/accelerated/x86/macosx/padlock-x86-64-macosx.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.text
.globl _padlock_capability
diff --git a/lib/accelerated/x86/macosx/padlock-x86-macosx.s b/lib/accelerated/x86/macosx/padlock-x86-macosx.s
index b3822f424d..02b427e6a8 100644
--- a/lib/accelerated/x86/macosx/padlock-x86-macosx.s
+++ b/lib/accelerated/x86/macosx/padlock-x86-macosx.s
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
+# Copyright (c) 2011-2012, Andy Polyakov <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,9 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+#
+# *** This file is auto-generated ***
+#
.file "devel/perlasm/e_padlock-x86.s"
.text
.globl _padlock_capability