Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 2021 16:18:56 GMT
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b3598ed444ee - stable/13 - armv8crypto: note derivation in armv8_crypto_wrap.c
Message-ID:  <202103221618.12MGIuIL012499@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=b3598ed444ee1e1ab4f494cdc94b09bc09612445

commit b3598ed444ee1e1ab4f494cdc94b09bc09612445
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2021-03-15 13:46:03 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2021-03-22 16:14:51 +0000

    armv8crypto: note derivation in armv8_crypto_wrap.c
    
    This file inherits some boilerplate and structure from the analogous
    file in aesni(4), aesni_wrap.c. Note the derivation and the copyright
    holders of that file.
    
    For example, the AES-XTS bits added in 4979620ece984 were ported from
    aesni(4).
    
    Requested by:   jmg
    Reviewed by:    imp, gnn
    
    (cherry picked from commit da45b462664148ff6f8adbe59847c6c06f295391)
---
 sys/crypto/armv8/armv8_crypto_wrap.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sys/crypto/armv8/armv8_crypto_wrap.c b/sys/crypto/armv8/armv8_crypto_wrap.c
index eb4a431d33e9..3c0223964ee4 100644
--- a/sys/crypto/armv8/armv8_crypto_wrap.c
+++ b/sys/crypto/armv8/armv8_crypto_wrap.c
@@ -26,6 +26,13 @@
  * 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 derived from aesni_wrap.c:
+ * Copyright (C) 2008 Damien Miller <djm@mindrot.org>
+ * Copyright (c) 2010 Konstantin Belousov <kib@FreeBSD.org>
+ * Copyright (c) 2010-2011 Pawel Jakub Dawidek <pawel@dawidek.net>
+ * Copyright 2012-2013 John-Mark Gurney <jmg@FreeBSD.org>
+ * Copyright (c) 2014 The FreeBSD Foundation
  */
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103221618.12MGIuIL012499>