Searched defs:AADLength (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/AEAD/
H A DGCMParameterSpecTest.java69 GCMParameterSpecTest(int keyLength, int tagLength, int IVlength, int offset, int textLength, int AADLength) argument
H A DSameBuffer.java55 private final int AADLength; field in class:SameBuffer
65 SameBuffer(Provider provider, String algorithm, String mode, String padding, int keyStrength, int textLength, int AADLength) argument
99 runTest(Provider p, String algo, String mode, String padding, int keyLength, int textLength, int AADLength, int offset) argument
[all...]
H A DEncrypt.java97 private final int AADLength; field in class:Encrypt
108 Encrypt(Provider provider, String algorithm, String mode, String padding, int keyStrength, int textLength, int AADLength) argument
[all...]
H A DReadWriteSkip.java99 ReadWriteSkip(int keyLength, int textLength, int AADLength) argument
148 static void run(int keyLength, int textLength, int AADLength) argument
186 ReadWriteTest(int keyLength, int textLength, int AADLength) argument
256 SkipTest(int keyLength, int textLength, int AADLength) argument
[all...]

Completed in 91 milliseconds