Searched refs:C_GetFunctionList (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/security/pkcs11/wrapper/
H A Dp11_md.c82 CK_C_GetFunctionList C_GetFunctionList; local
116 * Get function pointer to C_GetFunctionList
122 C_GetFunctionList = (CK_C_GetFunctionList) dlsym(hModule, getFunctionListStr);
125 if (C_GetFunctionList == NULL) {
126 throwIOException(env, "ERROR: C_GetFunctionList == NULL");
139 rv = (C_GetFunctionList)(&(moduleData->ckFunctionListPtr));
/openjdk7/jdk/src/windows/native/sun/security/pkcs11/wrapper/
H A Dp11_md.c81 CK_C_GetFunctionList C_GetFunctionList; local
120 * Get function pointer to C_GetFunctionList
123 C_GetFunctionList = (CK_C_GetFunctionList) GetProcAddress(hModule, getFunctionListStr);
125 if (C_GetFunctionList == NULL) {
149 rv = (C_GetFunctionList)(&(moduleData->ckFunctionListPtr));
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11f.h57 /* C_GetFunctionList returns the function list. */
58 CK_PKCS11_FUNCTION_INFO(C_GetFunctionList)

Completed in 36 milliseconds