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

/openjdk7/jdk/src/solaris/native/sun/security/pkcs11/wrapper/
H A Dp11_md.c78 (JNIEnv *env, jobject obj, jstring jPkcs11ModulePath, jstring jGetFunctionList)
119 // with the old JAR file jGetFunctionList is null, temporarily check for that
120 if (jGetFunctionList != NULL) {
121 getFunctionListStr = (*env)->GetStringUTFChars(env, jGetFunctionList, 0);
123 (*env)->ReleaseStringUTFChars(env, jGetFunctionList, getFunctionListStr);
77 Java_sun_security_pkcs11_wrapper_PKCS11_connect(JNIEnv *env, jobject obj, jstring jPkcs11ModulePath, jstring jGetFunctionList) argument
/openjdk7/jdk/src/windows/native/sun/security/pkcs11/wrapper/
H A Dp11_md.c78 (JNIEnv *env, jobject obj, jstring jPkcs11ModulePath, jstring jGetFunctionList)
122 getFunctionListStr = (*env)->GetStringUTFChars(env, jGetFunctionList, 0);
124 (*env)->ReleaseStringUTFChars(env, jGetFunctionList, getFunctionListStr);
77 Java_sun_security_pkcs11_wrapper_PKCS11_connect(JNIEnv *env, jobject obj, jstring jPkcs11ModulePath, jstring jGetFunctionList) argument

Completed in 896 milliseconds