From a071d06e34ff361c7a8d1ddf3ce8a95d782fa25a Mon Sep 17 00:00:00 2001 From: Jussi Kivilinna Date: Fri, 23 Sep 2011 19:51:00 +0300 Subject: crypto: blowfish-x86_64 - add credits Signed-off-by: Jussi Kivilinna Signed-off-by: Herbert Xu --- arch/x86/crypto/blowfish_glue.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/x86/crypto/blowfish_glue.c') 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 @@ * * Copyright (c) 2011 Jussi Kivilinna * + * CBC & ECB parts based on code (crypto/cbc.c,ecb.c) by: + * Copyright (c) 2006 Herbert Xu + * CTR part based on code (crypto/ctr.c) by: + * (C) Copyright IBM Corp. 2007 - Joy Latten + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or -- cgit v1.2.3-59-g8ed1b