Searched defs:plugin (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dkeyop.c44 KMF_PLUGIN *plugin; local
76 plugin = FindPlugin(handle, kstype);
77 if (plugin != NULL && plugin->funclist->CreateKeypair != NULL) {
78 return (plugin->funclist->CreateKeypair(handle, num_args,
91 KMF_PLUGIN *plugin; local
123 plugin = FindPlugin(handle, kstype);
124 if (plugin != NULL && plugin->funclist->DeleteKey != NULL) {
125 ret = plugin
160 KMF_PLUGIN *plugin; local
204 KMF_PLUGIN *plugin; local
248 KMF_PLUGIN *plugin; local
274 KMF_PLUGIN *plugin; local
[all...]
H A Dpk11tokens.c439 KMF_PLUGIN *plugin; local
471 plugin = FindPlugin(handle, kstype);
472 if (plugin != NULL) {
473 if (plugin->funclist->SetTokenPin != NULL)
474 return (plugin->funclist->SetTokenPin(handle, num_attr,
486 * This function enables the user of PKCS#11 plugin to select a
H A Dcsrcrlop.c49 * This function converts the specified plugin public key to SPKI form,
72 KMF_PLUGIN *plugin; local
84 plugin = FindPlugin(handle, KMFKey->kstype);
85 if (plugin != NULL && plugin->funclist->EncodePubkeyData != NULL) {
86 ret = plugin->funclist->EncodePubkeyData(handle,
642 KMF_ATTRIBUTE *attrlist, KMF_PLUGIN **plugin)
655 if (handle == NULL || plugin == NULL)
672 *plugin = FindPlugin(handle, kstype);
677 *plugin
641 setup_crl_call(KMF_HANDLE_T handle, int numattr, KMF_ATTRIBUTE *attrlist, KMF_PLUGIN **plugin) argument
689 KMF_PLUGIN *plugin; local
707 KMF_PLUGIN *plugin; local
724 KMF_PLUGIN *plugin; local
741 KMF_PLUGIN *plugin; local
799 KMF_PLUGIN *plugin; local
817 KMF_PLUGIN *plugin; local
841 KMF_PLUGIN *plugin; local
870 KMF_PLUGIN *plugin; local
[all...]
H A Dcertgetsetop.c1251 KMF_PLUGIN *plugin; local
1266 * plugin library, so we find the function address and call it.
1268 plugin = FindPlugin(handle, KMF_KEYSTORE_OPENSSL);
1269 if (plugin == NULL || plugin->dldesc == NULL) {
1273 getPrintableFn = (KMF_RETURN(*)())dlsym(plugin->dldesc,
1761 KMF_PLUGIN *plugin; local
1773 plugin = FindPlugin(handle, KMFKey->kstype);
1774 if (plugin != NULL && plugin
[all...]
H A Dcertop.c107 KMF_PLUGIN *plugin; local
151 /* Call the plugin to do the work. */
157 plugin = FindPlugin(handle, kstype);
158 if (plugin == NULL || plugin->funclist->FindPrikeyByCert == NULL)
161 return (plugin->funclist->FindPrikeyByCert(handle, numattr, attrlist));
247 KMF_PLUGIN *plugin; local
272 plugin = FindPlugin(handle, kstype);
273 if (plugin == NULL || plugin
660 KMF_PLUGIN *plugin; local
831 KMF_PLUGIN *plugin; local
987 KMF_PLUGIN *plugin; local
1177 KMF_PLUGIN *plugin; local
1285 KMF_PLUGIN *plugin; local
1322 KMF_PLUGIN *plugin; local
1360 KMF_PLUGIN *plugin; local
2834 KMF_PLUGIN *plugin; local
2875 KMF_PLUGIN *plugin; local
2912 KMF_PLUGIN *plugin; local
[all...]
H A Dgeneralop.c199 * Private method for searching the plugin list for the correct
214 /* See if the desired plugin was already initialized. */
215 while (node != NULL && node->plugin->type != kstype)
219 return (node->plugin);
221 /* The plugin was not found, try to initialize it here. */
237 * Not a built-in plugin. Check if it is in the
308 InitializePlugin(KMF_KEYSTORE_TYPE kstype, char *path, KMF_PLUGIN **plugin) argument
313 if (path == NULL || plugin == NULL)
316 *plugin = NULL;
358 *plugin
364 AddPlugin(KMF_HANDLE_T handle, KMF_PLUGIN *plugin) argument
395 DestroyPlugin(KMF_PLUGIN *plugin) argument
534 KMF_PLUGIN *plugin; local
619 KMF_PLUGIN *plugin; local
1107 KMF_PLUGIN *plugin; local
1284 KMF_PLUGIN *plugin; local
1467 KMF_PLUGIN *plugin; local
1518 KMF_PLUGIN *plugin; local
[all...]
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.h74 * is the identification plugin for devices attached to
80 * The driver name that this plugin will search for in
106 * plugin to report.
125 * Function entry point to allow the plugin to clean up its
128 * If this function is not defined in the plugin, that is not
142 * is the identification plugin for devices attached to
148 * The driver name that this plugin will search for in
155 * pointer to the actual plugin, so we can access its
158 struct fw_plugin *plugin; member in struct:pluginlist
190 /* Pointer to the identification plugin require
191 struct fw_plugin *plugin; member in struct:fwfile
245 struct fw_plugin *plugin; member in struct:devicelist
[all...]
/illumos-gate/usr/src/cmd/lms/
H A Dmain.cpp95 glue plugin; variable
109 plugin.deinit();
332 plugin.init();
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c239 char *plugin, void *library,
244 static int _sasl_plugin_load(char *plugin, void *library,
255 result = add_plugin(gctx, plugin, entry_point);
257 result = add_plugin(plugin, entry_point);
265 "_sasl_plugin_load failed on %s for plugin: %s\n",
266 entryname, plugin);
269 "_sasl_plugin_load failed on %s for plugin: %s\n",
270 entryname, plugin);
380 /* loads a plugin library */
539 /* What type of plugin ar
238 _sasl_plugin_load(_sasl_global_context_t *gctx, char *plugin, void *library, const char *entryname, int (*add_plugin)(_sasl_global_context_t *gctx, const char *, void *)) argument
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c219 * plugin protocols were found.
225 struct sa_proto_plugin *plugin; local
226 for (plugin = sap_proto_list; plugin != NULL;
227 plugin = plugin->plugin_next)
228 if (strcmp(proto, plugin->plugin_ops->sa_protocol) == 0)
/illumos-gate/usr/src/lib/libkmf/include/
H A DkmfapiP.h169 KMF_PLUGIN *plugin; member in struct:_KMF_PLUGIN_LIST
177 * by pkcs11 plugin module.

Completed in 900 milliseconds