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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java664 addMech(CKM_MD2_HMAC, "CKM_MD2_HMAC");
H A DPKCS11Constants.java501 /* CKM_MD2_HMAC and CKM_MD2_HMAC_GENERAL are new for v2.0 */
502 public static final long CKM_MD2_HMAC = 0x00000201L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h674 /* CKM_MD2_HMAC and CKM_MD2_HMAC_GENERAL are new for v2.0 */
675 #define CKM_MD2_HMAC 0x00000201 macro

Completed in 49 milliseconds