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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyGenerator.java85 case (int)CKM_DES_KEY_GEN:
171 case (int)CKM_DES_KEY_GEN:
H A DP11SecretKeyFactory.java197 P11KeyGenerator.checkKeySize(CKM_DES_KEY_GEN, n, token);
H A DSunPKCS11.java559 m(CKM_DES_KEY_GEN));
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java644 addMech(CKM_DES_KEY_GEN, "CKM_DES_KEY_GEN");
H A DPKCS11Constants.java472 public static final long CKM_DES_KEY_GEN = 0x00000120L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h639 #define CKM_DES_KEY_GEN 0x00000120 macro

Completed in 52 milliseconds