Skip to content

Commit 44444bb

Browse files
author
Eric Caspole
committed
8238189: Cleanups to AES crypto micros
Move all tested algorithms into the small set Reviewed-by: xuelei
1 parent 9dcbd81 commit 44444bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/micro/org/openjdk/bench/javax/crypto/small/AESBench.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,7 +26,7 @@
2626

2727
public class AESBench extends org.openjdk.bench.javax.crypto.full.AESBench {
2828

29-
@Param({"AES/ECB/NoPadding", "AES/CBC/NoPadding" })
29+
@Param({"AES/ECB/NoPadding", "AES/ECB/PKCS5Padding", "AES/CBC/NoPadding", "AES/CBC/PKCS5Padding"})
3030
private String algorithm;
3131

3232
@Param({"128"})

0 commit comments

Comments
 (0)