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

/openjdk7/jdk/src/solaris/native/sun/security/pkcs11/wrapper/
H A Dp11_md.c88 const char *getFunctionListStr; local
121 getFunctionListStr = (*env)->GetStringUTFChars(env, jGetFunctionList, 0);
122 C_GetFunctionList = (CK_C_GetFunctionList) dlsym(hModule, getFunctionListStr);
123 (*env)->ReleaseStringUTFChars(env, jGetFunctionList, getFunctionListStr);
/openjdk7/jdk/src/windows/native/sun/security/pkcs11/wrapper/
H A Dp11_md.c87 const char *getFunctionListStr; local
122 getFunctionListStr = (*env)->GetStringUTFChars(env, jGetFunctionList, 0);
123 C_GetFunctionList = (CK_C_GetFunctionList) GetProcAddress(hModule, getFunctionListStr);
124 (*env)->ReleaseStringUTFChars(env, jGetFunctionList, getFunctionListStr);

Completed in 47 milliseconds