git: b3598ed444ee - stable/13 - armv8crypto: note derivation in armv8_crypto_wrap.c

Mitchell Horne mhorne at FreeBSD.org
Mon Mar 22 16:18:56 UTC 2021


The branch stable/13 has been updated by mhorne:

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

commit b3598ed444ee1e1ab4f494cdc94b09bc09612445
Author:     Mitchell Horne <mhorne at FreeBSD.org>
AuthorDate: 2021-03-15 13:46:03 +0000
Commit:     Mitchell Horne <mhorne at 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 at mindrot.org>
+ * Copyright (c) 2010 Konstantin Belousov <kib at FreeBSD.org>
+ * Copyright (c) 2010-2011 Pawel Jakub Dawidek <pawel at dawidek.net>
+ * Copyright 2012-2013 John-Mark Gurney <jmg at FreeBSD.org>
+ * Copyright (c) 2014 The FreeBSD Foundation
  */
 
 /*


More information about the dev-commits-src-all mailing list