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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Mac.java104 case (int)CKM_MD5_HMAC:
H A DSunPKCS11.java533 m(CKM_MD5_HMAC));
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java667 addMech(CKM_MD5_HMAC, "CKM_MD5_HMAC");
H A DPKCS11Constants.java507 /* CKM_MD5_HMAC and CKM_MD5_HMAC_GENERAL are new for v2.0 */
508 public static final long CKM_MD5_HMAC = 0x00000211L; 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 */
681 #define CKM_MD5_HMAC 0x00000211 macro

Completed in 60 milliseconds