Searched refs:plugin_file_handle (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/krb5/src/util/support/ |
| H A D | plugins.c | 72 struct plugin_file_handle { struct 85 open_plugin_dlfcn(struct plugin_file_handle *h, const char *filename, in open_plugin_dlfcn() argument 105 get_sym_dlfcn(struct plugin_file_handle *h, const char *csymname, in get_sym_dlfcn() 126 close_plugin_dlfcn(struct plugin_file_handle *h) in close_plugin_dlfcn() 136 open_plugin_win32(struct plugin_file_handle *h, const char *filename, in open_plugin_win32() 150 get_sym_win32(struct plugin_file_handle *h, const char *csymname, in get_sym_win32() 177 close_plugin_win32(struct plugin_file_handle *h) in close_plugin_win32() 187 open_plugin_dummy(struct plugin_file_handle *h, const char *filename, in open_plugin_dummy() 196 get_sym_dummy(struct plugin_file_handle *h, const char *csymname, in get_sym_dummy() 204 close_plugin_dummy(struct plugin_file_handle *h) in close_plugin_dummy() [all …]
|
| /src/crypto/krb5/src/include/ |
| H A D | k5-plugin.h | 80 struct plugin_file_handle; /* opaque */ 84 struct plugin_file_handle **files; 90 krb5int_open_plugin (const char *, struct plugin_file_handle **, struct errinfo *); 92 krb5int_close_plugin (struct plugin_file_handle *); 95 krb5int_get_plugin_data (struct plugin_file_handle *, const char *, void **, 99 krb5int_get_plugin_func (struct plugin_file_handle *, const char *,
|
| /src/crypto/krb5/src/lib/krb5/krb/ |
| H A D | plugin.c | 46 struct plugin_file_handle *dyn_handle; 357 struct plugin_file_handle *handle = NULL; in load_if_needed()
|
| /src/crypto/krb5/src/util/profile/ |
| H A D | prof_int.h | 83 struct plugin_file_handle *plugin_handle;
|
| H A D | prof_init.c | 105 struct plugin_file_handle *plhandle = NULL; in init_load_module()
|
| /src/crypto/krb5/src/lib/gssapi/mechglue/ |
| H A D | g_initialize.c | 930 struct plugin_file_handle *dl = NULL; in loadInterMech() 1130 struct plugin_file_handle *dl; in gssint_get_mechanism()
|
| /src/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_crypto_openssl.c | 90 struct plugin_file_handle *p11_module; 3398 struct plugin_file_handle **handle_out, in load_pkcs11_module() 3401 struct plugin_file_handle *handle = NULL; in load_pkcs11_module()
|