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

/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/AEAD/
H A DReadWriteSkip.java55 static final String GCM = "GCM"; field in class:ReadWriteSkip
57 static final String TRANSFORM = AES + "/" + GCM + "/" + PADDING;
H A DSameBuffer.java43 private static final String GCM = "GCM"; field in class:SameBuffer
88 runTest(p, AES, GCM, PADDING, keyLength, textLength,
232 * Execute GCM encryption/decryption of a text placed in a byte array.
263 * Execute GCM encrption/decryption of a text. The AAD and text to process
294 * Execute GCM encryption/decryption of textBB. AAD and text to process are
337 * Execute GCM encryption/decryption of text. AAD and a text to process are
400 * Cipher twice for encription during GCM mode), or returns initiated

Completed in 40 milliseconds