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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java641 addMech(CKM_RC2_CBC_PAD, "CKM_RC2_CBC_PAD");
H A DPKCS11Constants.java466 /* CKM_RC2_MAC_GENERAL and CKM_RC2_CBC_PAD are new for v2.0 */
468 public static final long CKM_RC2_CBC_PAD = 0x00000105L; 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 */
635 #define CKM_RC2_CBC_PAD 0x00000105 macro

Completed in 49 milliseconds