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;
99 notifyEncapsulation = (NotifyEncapsulation *) malloc(sizeof(NotifyEncapsulation));
171 NotifyEncapsulation *notifyEncapsulation;
216 NotifyEncapsulation *notifyEncapsulation;
429 void putNotifyEntry(JNIEnv *env, CK_SESSION_HANDLE hSession, NotifyEncapsulation *notifyEncapsulation) {
468 NotifyEncapsulation * removeNotifyEntry(JNIEnv *env, CK_SESSION_HANDLE hSession) {
469 NotifyEncapsulation *notifyEncapsulation;
515 NotifyEncapsulation * removeFirstNotifyEntry(JNIEnv *env) {
516 NotifyEncapsulation *notifyEncapsulatio
[all...]
H A Dpkcs11wrapper.h390 struct NotifyEncapsulation { struct
400 typedef struct NotifyEncapsulation NotifyEncapsulation; typedef in typeref:struct:NotifyEncapsulation
417 NotifyEncapsulation *notifyEncapsulation;
425 void putNotifyEntry(JNIEnv *env, CK_SESSION_HANDLE hSession, NotifyEncapsulation *notifyEncapsulation);
426 NotifyEncapsulation * removeNotifyEntry(JNIEnv *env, CK_SESSION_HANDLE hSession);
427 NotifyEncapsulation * removeFirstNotifyEntry(JNIEnv *env);

Completed in 32 milliseconds