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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
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 46 milliseconds