Searched refs:TEXT_LENGTHS (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/AEAD/
H A DSameBuffer.java48 private static final int TEXT_LENGTHS[] = { 0, 1024 }; field in class:SameBuffer
83 for (int textLength : TEXT_LENGTHS) {
H A DEncrypt.java89 private static final int TEXT_LENGTHS[] = { 0, 256, 1024 }; field in class:Encrypt
132 for (int textLength : TEXT_LENGTHS) {

Completed in 96 milliseconds