aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/tcrypt.c8
-rw-r--r--crypto/tcrypt.h7
2 files changed, 0 insertions, 15 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index f6220b351977..285c093abb72 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -13,14 +13,6 @@
13 * Software Foundation; either version 2 of the License, or (at your option) 13 * Software Foundation; either version 2 of the License, or (at your option)
14 * any later version. 14 * any later version.
15 * 15 *
16 * 2008-04-27 Added RIPEMD tests
17 * 2007-11-13 Added GCM tests
18 * 2007-11-13 Added AEAD support
19 * 2007-11-06 Added SHA-224 and SHA-224-HMAC tests
20 * 2006-12-07 Added SHA384 HMAC and SHA512 HMAC tests
21 * 2004-08-09 Added cipher speed tests (Reyk Floeter <reyk@vantronix.net>)
22 * 2003-09-14 Rewritten by Kartikey Mahendra Bhatt
23 *
24 */ 16 */
25 17
26#include <linux/err.h> 18#include <linux/err.h>
diff --git a/crypto/tcrypt.h b/crypto/tcrypt.h
index 89068233acfd..af91f0cd15a5 100644
--- a/crypto/tcrypt.h
+++ b/crypto/tcrypt.h
@@ -13,13 +13,6 @@
13 * Software Foundation; either version 2 of the License, or (at your option) 13 * Software Foundation; either version 2 of the License, or (at your option)
14 * any later version. 14 * any later version.
15 * 15 *
16 * 2008-04-27 Added RIPEMD tests
17 * 2007-11-13 Added GCM tests
18 * 2007-11-13 Added AEAD support
19 * 2006-12-07 Added SHA384 HMAC and SHA512 HMAC tests
20 * 2004-08-09 Cipher speed tests by Reyk Floeter <reyk@vantronix.net>
21 * 2003-09-14 Changes by Kartikey Mahendra Bhatt
22 *
23 */ 16 */
24#ifndef _CRYPTO_TCRYPT_H 17#ifndef _CRYPTO_TCRYPT_H
25#define _CRYPTO_TCRYPT_H 18#define _CRYPTO_TCRYPT_H