mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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 in4979620ecewere ported from aesni(4). Requested by: jmg Reviewed by: imp, gnn (cherry picked from commitda45b46266)
This commit is contained in:
parent
46f44865e3
commit
b3598ed444
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue