Searched refs:CKM_RC4_KEY_GEN (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyGenerator.java124 if (keyGenMech != CKM_RC4_KEY_GEN || minKeySize < 8) {
187 case (int)CKM_RC4_KEY_GEN:
H A DP11SecretKeyFactory.java218 P11KeyGenerator.checkKeySize(CKM_RC4_KEY_GEN, n, token);
H A DSunPKCS11.java557 m(CKM_RC4_KEY_GEN));
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java642 addMech(CKM_RC4_KEY_GEN, "CKM_RC4_KEY_GEN");
H A DPKCS11Constants.java470 public static final long CKM_RC4_KEY_GEN = 0x00000110L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h637 #define CKM_RC4_KEY_GEN 0x00000110 macro

Completed in 53 milliseconds