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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Mac.java107 case (int)CKM_SHA_1_HMAC:
H A DSunPKCS11.java535 m(CKM_SHA_1_HMAC));
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java670 addMech(CKM_SHA_1_HMAC, "CKM_SHA_1_HMAC");
H A DPKCS11Constants.java513 /* CKM_SHA_1_HMAC and CKM_SHA_1_HMAC_GENERAL are new for v2.0 */
514 public static final long CKM_SHA_1_HMAC = 0x00000221L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h686 /* CKM_SHA_1_HMAC and CKM_SHA_1_HMAC_GENERAL are new for v2.0 */
687 #define CKM_SHA_1_HMAC 0x00000221 macro

Completed in 52 milliseconds