Searched refs:CKM_DES_CBC_PAD (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Cipher.java238 if (mechanism != CKM_DES_CBC_PAD && mechanism != CKM_DES3_CBC_PAD &&
H A DSunPKCS11.java608 m(CKM_DES_CBC_PAD, CKM_DES_CBC));
815 // could be mapped to CKM_DES_CBC_PAD or CKM_DES_CBC. Prefer
817 // return a CKM_DES_CBC_PAD.
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java649 addMech(CKM_DES_CBC_PAD, "CKM_DES_CBC_PAD");
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 54 milliseconds