From da45b462664148ff6f8adbe59847c6c06f295391 Mon Sep 17 00:00:00 2001 From: Mitchell Horne Date: Mon, 15 Mar 2021 10:46:03 -0300 Subject: [PATCH] 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 MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D29268 --- 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 + * Copyright (c) 2010 Konstantin Belousov + * Copyright (c) 2010-2011 Pawel Jakub Dawidek + * Copyright 2012-2013 John-Mark Gurney + * Copyright (c) 2014 The FreeBSD Foundation */ /*