Searched defs:ckNotify (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_sessmgmt.c84 CK_NOTIFY ckNotify; local
109 ckNotify = (CK_NOTIFY) &notifyCallback;
112 ckNotify = NULL_PTR;
116 ckNotify = NULL_PTR;
124 rv = (*ckpFunctions->C_OpenSession)(ckSlotID, ckFlags, ckpApplication, ckNotify, &ckSessionHandle);

Completed in 30 milliseconds