diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /crypto/tcrypt.h | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'crypto/tcrypt.h')
-rw-r--r-- | crypto/tcrypt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/tcrypt.h b/crypto/tcrypt.h index cd2068524f3..10cb925132c 100644 --- a/crypto/tcrypt.h +++ b/crypto/tcrypt.h | |||
@@ -47,14 +47,11 @@ static struct cipher_speed_template des3_speed_template[] = { | |||
47 | */ | 47 | */ |
48 | static u8 speed_template_8[] = {8, 0}; | 48 | static u8 speed_template_8[] = {8, 0}; |
49 | static u8 speed_template_24[] = {24, 0}; | 49 | static u8 speed_template_24[] = {24, 0}; |
50 | static u8 speed_template_8_16[] = {8, 16, 0}; | ||
51 | static u8 speed_template_8_32[] = {8, 32, 0}; | 50 | static u8 speed_template_8_32[] = {8, 32, 0}; |
52 | static u8 speed_template_16_32[] = {16, 32, 0}; | 51 | static u8 speed_template_16_32[] = {16, 32, 0}; |
53 | static u8 speed_template_16_24_32[] = {16, 24, 32, 0}; | 52 | static u8 speed_template_16_24_32[] = {16, 24, 32, 0}; |
54 | static u8 speed_template_32_40_48[] = {32, 40, 48, 0}; | 53 | static u8 speed_template_32_40_48[] = {32, 40, 48, 0}; |
55 | static u8 speed_template_32_48[] = {32, 48, 0}; | ||
56 | static u8 speed_template_32_48_64[] = {32, 48, 64, 0}; | 54 | static u8 speed_template_32_48_64[] = {32, 48, 64, 0}; |
57 | static u8 speed_template_32_64[] = {32, 64, 0}; | ||
58 | 55 | ||
59 | /* | 56 | /* |
60 | * Digest speed tests | 57 | * Digest speed tests |