Searched defs:CKM_DES_MAC_GENERAL (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 */
478 public static final long CKM_DES_MAC_GENERAL = 0x00000124L; 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 */
645 #define CKM_DES_MAC_GENERAL 0x00000124 macro

Completed in 249 milliseconds