summaryrefslogtreecommitdiff
path: root/crypto/tcrypt.h
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-06-17 14:04:21 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-06-18 14:45:32 +0800
commitb2d71a859c76075648d78e8f4dc29111798c4e10 (patch)
treed8c9c75fbfd1b0aaf714f76c0a502ea117fbc23d /crypto/tcrypt.h
parent47bcc533d3dbd1d588e5b766afa84df40c791693 (diff)
downloadlinux-crypto-b2d71a859c76075648d78e8f4dc29111798c4e10.tar.gz
linux-crypto-b2d71a859c76075648d78e8f4dc29111798c4e10.zip
crypto: tcrypt - Add rfc4309(ccm(aes)) speed test
This patch adds a speed test for rfc4309(ccm(aes)) as mode 212. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/tcrypt.h')
-rw-r--r--crypto/tcrypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/tcrypt.h b/crypto/tcrypt.h
index 6c7e21a0..6cc1b856 100644
--- a/crypto/tcrypt.h
+++ b/crypto/tcrypt.h
@@ -65,6 +65,7 @@ static u8 speed_template_32_64[] = {32, 64, 0};
/*
* AEAD speed tests
*/
+static u8 aead_speed_template_19[] = {19, 0};
static u8 aead_speed_template_20[] = {20, 0};
/*