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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java501 /* CKM_MD2_HMAC and CKM_MD2_HMAC_GENERAL are new for v2.0 */
503 public static final long CKM_MD2_HMAC_GENERAL = 0x00000202L; 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 */
676 #define CKM_MD2_HMAC_GENERAL 0x00000202 macro

Completed in 57 milliseconds