git: da45b4626641 - main - armv8crypto: note derivation in armv8_crypto_wrap.c
Mitchell Horne
mhorne at FreeBSD.org
Fri Mar 19 13:56:22 UTC 2021
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=da45b462664148ff6f8adbe59847c6c06f295391
commit da45b462664148ff6f8adbe59847c6c06f295391
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-19 13:53:49 +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
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 <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