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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java466 /* CKM_RC2_MAC_GENERAL and CKM_RC2_CBC_PAD are new for v2.0 */
467 public static final long CKM_RC2_MAC_GENERAL = 0x00000104L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h633 /* CKM_RC2_MAC_GENERAL and CKM_RC2_CBC_PAD are new for v2.0 */
634 #define CKM_RC2_MAC_GENERAL 0x00000104 macro
1366 * CKM_RC2_MAC_GENERAL mechanism */

Completed in 47 milliseconds