aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/xcbc.c
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /crypto/xcbc.c
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'crypto/xcbc.c')
-rw-r--r--crypto/xcbc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/xcbc.c b/crypto/xcbc.c
index a5fbdf3738c..bb7b67fba34 100644
--- a/crypto/xcbc.c
+++ b/crypto/xcbc.c
@@ -22,7 +22,6 @@
22#include <crypto/internal/hash.h> 22#include <crypto/internal/hash.h>
23#include <linux/err.h> 23#include <linux/err.h>
24#include <linux/kernel.h> 24#include <linux/kernel.h>
25#include <linux/module.h>
26 25
27static u_int32_t ks[12] = {0x01010101, 0x01010101, 0x01010101, 0x01010101, 26static u_int32_t ks[12] = {0x01010101, 0x01010101, 0x01010101, 0x01010101,
28 0x02020202, 0x02020202, 0x02020202, 0x02020202, 27 0x02020202, 0x02020202, 0x02020202, 0x02020202,