Searched defs:getFunctionListStr (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/solaris/native/sun/security/pkcs11/wrapper/ |
H A D | p11_md.c | 88 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 D | p11_md.c | 87 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 72 milliseconds