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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.h70 void *functionList; /* The PKCS #11 function table */ member in struct:SECMODModuleStr
/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);

Completed in 51 milliseconds