crypto: ctr - make rfc3686 asynchronous block cipher
[linux-2.6-block.git] / crypto / tcrypt.h
index cd2068524f3f6766696cf5f350d546bb2c9c644b..ecdeeb1a7b05116301c2b6bf315319e463d09264 100644 (file)
@@ -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};