Searched refs:opensc_engine_path (Results 1 - 25 of 36) sorted by relevance

12

/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig.h174 * opensc_engine_path - Path to the OpenSSL engine for opensc
179 char *opensc_engine_path; member in struct:wpa_config
H A Dctrl_iface_dbus_handlers.c917 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1253 char *opensc_engine_path = NULL; local
1267 if (!strcmp(entry.key, "opensc_engine_path") &&
1269 opensc_engine_path = os_strdup(entry.str_value);
1270 if (opensc_engine_path == NULL)
1290 os_free(wpa_s->conf->opensc_engine_path);
1291 wpa_s->conf->opensc_engine_path = opensc_engine_path;
1307 os_free(opensc_engine_path);
H A Dwpas_glue.c557 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
H A Dconfig_file.c438 { STR(opensc_engine_path) },
845 if (config->opensc_engine_path)
846 fprintf(f, "opensc_engine_path=%s\n",
847 config->opensc_engine_path);
H A Deapol_test.c408 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap.h231 * opensc_engine_path - OpenSC engine for OpenSSL engine support
235 const char *opensc_engine_path; member in struct:eap_config
H A Deap.c1188 tlsconf.opensc_engine_path = conf->opensc_engine_path;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.h253 * opensc_engine_path - OpenSC engine for OpenSSL engine support
257 const char *opensc_engine_path; member in struct:eap_config
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.h253 * opensc_engine_path - OpenSC engine for OpenSSL engine support
257 const char *opensc_engine_path; member in struct:eap_config
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.h253 * opensc_engine_path - OpenSC engine for OpenSSL engine support
257 const char *opensc_engine_path; member in struct:eap_config
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c882 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1191 char *opensc_engine_path = NULL; local
1205 if (!strcmp(entry.key, "opensc_engine_path") &&
1207 opensc_engine_path = os_strdup(entry.str_value);
1208 if (opensc_engine_path == NULL)
1227 os_free(wpa_s->conf->opensc_engine_path);
1228 wpa_s->conf->opensc_engine_path = opensc_engine_path;
1243 os_free(opensc_engine_path);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls.h32 const char *opensc_engine_path; member in struct:tls_config
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h178 * opensc_engine_path - Path to the OpenSSL engine for opensc
183 const char *opensc_engine_path; member in struct:eapol_ctx
H A Deapol_supp_sm.c1834 conf.opensc_engine_path = ctx->opensc_engine_path;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h71 const char *opensc_engine_path; member in struct:tls_config
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h71 const char *opensc_engine_path; member in struct:tls_config
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h378 * opensc_engine_path - Path to the OpenSSL engine for opensc
383 char *opensc_engine_path; member in struct:wpa_config
H A Dwpas_glue.c793 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
H A Dconfig_file.c770 if (config->opensc_engine_path)
771 fprintf(f, "opensc_engine_path=%s\n",
772 config->opensc_engine_path);
H A Deapol_test.c485 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h71 const char *opensc_engine_path; member in struct:tls_config
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h171 * opensc_engine_path - Path to the OpenSSL engine for opensc
176 const char *opensc_engine_path; member in struct:eapol_ctx
H A Deapol_supp_sm.c1883 conf.opensc_engine_path = ctx->opensc_engine_path;
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h171 * opensc_engine_path - Path to the OpenSSL engine for opensc
176 const char *opensc_engine_path; member in struct:eapol_ctx
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h171 * opensc_engine_path - Path to the OpenSSL engine for opensc
176 const char *opensc_engine_path; member in struct:eapol_ctx

Completed in 1011 milliseconds

12