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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java822 addKeyType(CKK_CAST128, "CKK_CAST128");
H A DPKCS11Constants.java291 /* CKK_CAST5 is deprecated in v2.11, CKK_CAST128 is preferred. */
294 public static final long CKK_CAST128 = 0x00000018L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h381 /* CKK_CAST5 is deprecated in v2.11, CKK_CAST128 is preferred. */
383 #define CKK_CAST128 0x00000018 macro

Completed in 51 milliseconds