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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_NOTIFY.java53 * interface CK_NOTIFY.<p>
58 public interface CK_NOTIFY { interface
61 * Method CK_NOTIFY
68 public void CK_NOTIFY(long hSession, long event, Object pApplication) throws PKCS11Exception; method in interface:CK_NOTIFY
H A DPKCS11.java394 * (PKCS#11 param: CK_NOTIFY Notify)
401 public native long C_OpenSession(long slotID, long flags, Object pApplication, CK_NOTIFY Notify) throws PKCS11Exception;
1515 public synchronized long C_OpenSession(long slotID, long flags, Object pApplication, CK_NOTIFY Notify) throws PKCS11Exception {
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_sessmgmt.c69 * Signature: (JJLjava/lang/Object;Lsun/security/pkcs11/wrapper/CK_NOTIFY;)J
74 * @param jobject jNotify CK_NOTIFY Notify
84 CK_NOTIFY ckNotify;
109 ckNotify = (CK_NOTIFY) &notifyCallback;
606 jmethod = (*env)->GetMethodID(env, ckNotifyClass, "CK_NOTIFY", "(JJLjava/lang/Object;)V");
H A Dpkcs11f.h175 CK_NOTIFY Notify, /* callback function */
H A Dpkcs11t.h1094 /* CK_NOTIFY is an application callback that processes events */
1095 typedef CK_CALLBACK_FUNCTION(CK_RV, CK_NOTIFY)(

Completed in 104 milliseconds