Searched refs:notifyEncapsulation (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_sessmgmt.c88 NotifyEncapsulation *notifyEncapsulation = NULL; local
99 notifyEncapsulation = (NotifyEncapsulation *) malloc(sizeof(NotifyEncapsulation));
100 if (notifyEncapsulation == NULL) {
104 notifyEncapsulation->jApplicationData = (jApplication != NULL)
107 notifyEncapsulation->jNotifyObject = (*env)->NewGlobalRef(env, jNotify);
108 ckpApplication = notifyEncapsulation;
127 if (notifyEncapsulation != NULL) {
128 if (notifyEncapsulation->jApplicationData != NULL) {
132 free(notifyEncapsulation);
145 if (notifyEncapsulation !
171 NotifyEncapsulation *notifyEncapsulation; local
216 NotifyEncapsulation *notifyEncapsulation; local
429 putNotifyEntry(JNIEnv *env, CK_SESSION_HANDLE hSession, NotifyEncapsulation *notifyEncapsulation) argument
469 NotifyEncapsulation *notifyEncapsulation; local
516 NotifyEncapsulation *notifyEncapsulation; local
560 NotifyEncapsulation *notifyEncapsulation; local
[all...]
H A Dpkcs11wrapper.h417 NotifyEncapsulation *notifyEncapsulation; member in struct:NotifyListNode
425 void putNotifyEntry(JNIEnv *env, CK_SESSION_HANDLE hSession, NotifyEncapsulation *notifyEncapsulation);

Completed in 31 milliseconds