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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java477 /* CKM_DES_MAC_GENERAL and CKM_DES_CBC_PAD are new for v2.0 */
479 public static final long CKM_DES_CBC_PAD = 0x00000125L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h644 /* CKM_DES_MAC_GENERAL and CKM_DES_CBC_PAD are new for v2.0 */
646 #define CKM_DES_CBC_PAD 0x00000125 macro

Completed in 333 milliseconds