Searched defs:functionList (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11General.c41 static struct CK_FUNCTION_LIST functionList = { variable in typeref:struct:CK_FUNCTION_LIST
534 *ppFunctionList = &functionList;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c39 static struct CK_FUNCTION_LIST functionList = { variable in typeref:struct:CK_FUNCTION_LIST
443 *ppFunctionList = &functionList;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c45 static struct CK_FUNCTION_LIST functionList = { variable in typeref:struct:CK_FUNCTION_LIST
463 *ppFunctionList = &functionList;
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DConfig.java165 private String functionList = "C_GetFunctionList"; field in class:Config
293 return functionList;
420 } else if (word.equals("functionList")) {
421 functionList = parseStringEntry(word);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java141 public static synchronized PKCS11 getInstance(String pkcs11ModulePath, String functionList, argument
150 pkcs11 = new PKCS11(pkcs11ModulePath, functionList);
152 pkcs11 = new SynchronizedPKCS11(pkcs11ModulePath, functionList);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.h70 void *functionList; /* The PKCS #11 function table */ member in struct:SECMODModuleStr

Completed in 131 milliseconds