Searched refs:CIPHER (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/CTR/
H A DCounterMode.java127 private final static byte[][] CIPHER = { field in class:CounterMode
169 byte[] cipherText = CIPHER[i];
174 System.out.println("cipher: " + toString(CIPHER[i]));
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Server.java141 private static final int CIPHER = 10; field in class:DigestMD5Server
491 negotiatedCipher = ((responseVal[CIPHER] != null) ?
492 new String(responseVal[CIPHER], encoding) : null);
H A DDigestMD5Client.java130 private static final int CIPHER = 6; field in class:DigestMD5Client
226 checkQopSupport(challengeVal[QOP], challengeVal[CIPHER]);
455 /* CIPHER: required exactly once if qop=auth-conf */

Completed in 33 milliseconds