Searched defs:KS (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DCrypt.java115 private byte[] KS; field in class:Crypt
134 if (KS == null) {
135 KS = new byte[16*48];
156 KS[index+j] = C[PC2_C[j]-1];
157 KS[index+j+24] = D[PC2_D[j]-28-1];
230 if (KS == null) {
231 KS = new byte[16*48];
244 preS[j] = (byte) (L[R+E[j]-1] ^ KS[index+j]);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java497 private final static String KS = "KeyStore"; field in class:SunPKCS11
891 putService(new P11Service(token, KS, "PKCS11",
978 } else if (type == KS) {

Completed in 33 milliseconds