Searched refs:TEXT_SIZE (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/test/com/sun/crypto/provider/CICO/PBEFunc/
H A DCICO_PBE_Test.java48 public static final int TEXT_SIZE = 800; field in class:CICO_PBE_Test
65 plainText = TestUtilities.generateBytes(TEXT_SIZE);
H A DCICO_PBE_RW_Test.java79 if (!TestUtilities.equalsBlock(plainText, baOutput.toByteArray(), TEXT_SIZE)) {
92 byte[] buffer = new byte[TEXT_SIZE];
H A DCICO_PBE_SKIP_Test.java34 * 1. initializes plain text with random generated data with length TEXT_SIZE.
39 * 5. the plain text is divided on TEXT_SIZE/BLOCK blocks. Reading from
72 private static final int NUMBER_OF_BLOCKS = TEXT_SIZE / BLOCK;
/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/AEAD/
H A DWrongAAD.java49 private static final int TEXT_SIZE = 800; field in class:WrongAAD
64 plainText = Helper.generateBytes(TEXT_SIZE);
135 byte[] buffer = new byte[TEXT_SIZE];

Completed in 76 milliseconds