aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
diff options
context:
space:
mode:
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>2011-09-23 12:51:00 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2011-10-21 08:23:07 -0400
commita071d06e34ff361c7a8d1ddf3ce8a95d782fa25a (patch)
treeb946f33a0fa6aee06cfff108a4992f59057f89f5 /arch/x86/crypto
parente827bb09c815955d5d5f0ddf98483a7efd04f55b (diff)
crypto: blowfish-x86_64 - add credits
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/x86/crypto')
-rw-r--r--arch/x86/crypto/blowfish_glue.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/crypto/blowfish_glue.c b/arch/x86/crypto/blowfish_glue.c
index 40911abb7b11..2568a7b71630 100644
--- a/arch/x86/crypto/blowfish_glue.c
+++ b/arch/x86/crypto/blowfish_glue.c
@@ -3,6 +3,11 @@
3 * 3 *
4 * Copyright (c) 2011 Jussi Kivilinna <jussi.kivilinna@mbnet.fi> 4 * Copyright (c) 2011 Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
5 * 5 *
6 * CBC & ECB parts based on code (crypto/cbc.c,ecb.c) by:
7 * Copyright (c) 2006 Herbert Xu <herbert@gondor.apana.org.au>
8 * CTR part based on code (crypto/ctr.c) by:
9 * (C) Copyright IBM Corp. 2007 - Joy Latten <latten@us.ibm.com>
10 *
6 * This program is free software; you can redistribute it and/or modify 11 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 12 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or 13 * the Free Software Foundation; either version 2 of the License, or