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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java648 addMech(CKM_DES_MAC_GENERAL, "CKM_DES_MAC_GENERAL");
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 50 milliseconds