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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java671 addMech(CKM_SHA_1_HMAC_GENERAL, "CKM_SHA_1_HMAC_GENERAL");
H A DPKCS11Constants.java513 /* CKM_SHA_1_HMAC and CKM_SHA_1_HMAC_GENERAL are new for v2.0 */
515 public static final long CKM_SHA_1_HMAC_GENERAL = 0x00000222L; 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 */
688 #define CKM_SHA_1_HMAC_GENERAL 0x00000222 macro

Completed in 48 milliseconds