Searched refs:ckFunctionListPtr (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/security/pkcs11/wrapper/
H A Dp11_md.h79 CK_FUNCTION_LIST_PTR ckFunctionListPtr; member in struct:ModuleData
H A Dp11_md.c139 rv = (C_GetFunctionList)(&(moduleData->ckFunctionListPtr));
/openjdk7/jdk/src/windows/native/sun/security/pkcs11/wrapper/
H A Dp11_md.h92 CK_FUNCTION_LIST_PTR ckFunctionListPtr; member in struct:ModuleData
H A Dp11_md.c149 rv = (C_GetFunctionList)(&(moduleData->ckFunctionListPtr));
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c135 ckpFunctions = moduleData->ckFunctionListPtr;

Completed in 3992 milliseconds