mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-17 22:23:45 -04:00
crypto: tcrypt - include larger key sizes in RFC4106 benchmark
RFC4106 wraps AES in GCM mode, and can be used with larger key sizes than 128/160 bits, just like AES itself. So add these to the tcrypt recipe so they will be benchmarked as well. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
9e3457112b
commit
425359aef4
@@ -62,7 +62,7 @@ static u8 speed_template_32[] = {32, 0};
|
||||
* AEAD speed tests
|
||||
*/
|
||||
static u8 aead_speed_template_19[] = {19, 0};
|
||||
static u8 aead_speed_template_20[] = {20, 0};
|
||||
static u8 aead_speed_template_20_28_36[] = {20, 28, 36, 0};
|
||||
static u8 aead_speed_template_36[] = {36, 0};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user