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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java507 /* CKM_MD5_HMAC and CKM_MD5_HMAC_GENERAL are new for v2.0 */
509 public static final long CKM_MD5_HMAC_GENERAL = 0x00000212L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h680 /* CKM_MD5_HMAC and CKM_MD5_HMAC_GENERAL are new for v2.0 */
682 #define CKM_MD5_HMAC_GENERAL 0x00000212 macro

Completed in 1938 milliseconds