X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=crypto%2Ftcrypt.h;h=ecdeeb1a7b05116301c2b6bf315319e463d09264;hb=21eaab6d19ed43e82ed39c8deb7f192134fb4a0e;hp=cd2068524f3f6766696cf5f350d546bb2c9c644b;hpb=0588f1f934791b79d0a1e9b327be9b6eb361d2b8;p=~andy%2Flinux diff --git a/crypto/tcrypt.h b/crypto/tcrypt.h index cd2068524f3..ecdeeb1a7b0 100644 --- a/crypto/tcrypt.h +++ b/crypto/tcrypt.h @@ -51,6 +51,7 @@ static u8 speed_template_8_16[] = {8, 16, 0}; static u8 speed_template_8_32[] = {8, 32, 0}; static u8 speed_template_16_32[] = {16, 32, 0}; static u8 speed_template_16_24_32[] = {16, 24, 32, 0}; +static u8 speed_template_20_28_36[] = {20, 28, 36, 0}; static u8 speed_template_32_40_48[] = {32, 40, 48, 0}; static u8 speed_template_32_48[] = {32, 48, 0}; static u8 speed_template_32_48_64[] = {32, 48, 64, 0};