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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_UNLOCKMUTEX.java53 * interface CK_UNLOCKMUTEX<p>
58 public interface CK_UNLOCKMUTEX { interface
61 * Method CK_UNLOCKMUTEX
66 public void CK_UNLOCKMUTEX(Object pMutex) throws PKCS11Exception; method in interface:CK_UNLOCKMUTEX
H A DCK_C_INITIALIZE_ARGS.java61 * CK_UNLOCKMUTEX UnlockMutex;&nbsp;&nbsp;
99 * CK_UNLOCKMUTEX UnlockMutex;
102 public CK_UNLOCKMUTEX UnlockMutex;
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h1133 /* CK_UNLOCKMUTEX is an application callback for unlocking a
1135 typedef CK_CALLBACK_FUNCTION(CK_RV, CK_UNLOCKMUTEX)(
1146 CK_UNLOCKMUTEX UnlockMutex;

Completed in 50 milliseconds