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

/external/wpa_supplicant/
H A Dconfig.h198 * opensc_engine_path - Path to the OpenSSL engine for opensc
203 char *opensc_engine_path; member in struct:wpa_config
H A Deap.h221 * opensc_engine_path - OpenSC engine for OpenSSL engine support
225 const char *opensc_engine_path; member in struct:eap_config
H A Dconfig_file.c345 } else if (os_strncmp(pos, "opensc_engine_path=", 19) == 0) {
346 os_free(config->opensc_engine_path);
347 config->opensc_engine_path = os_strdup(pos + 19);
348 wpa_printf(MSG_DEBUG, "opensc_engine_path='%s'",
349 config->opensc_engine_path);
674 if (config->opensc_engine_path)
675 fprintf(f, "opensc_engine_path=%s\n",
676 config->opensc_engine_path);
H A Deapol_sm.h177 * opensc_engine_path - Path to the OpenSSL engine for opensc
182 const char *opensc_engine_path; member in struct:eapol_ctx
H A Dtls.h32 const char *opensc_engine_path; member in struct:tls_config
H A Deapol_test.c364 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
H A Deapol_sm.c1747 conf.opensc_engine_path = ctx->opensc_engine_path;
H A Deap.c1181 tlsconf.opensc_engine_path = conf->opensc_engine_path;
H A Dtls_openssl.c754 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
760 if (tls_engine_load_dynamic_opensc(conf->opensc_engine_path) ||
H A Dwpa_supplicant.c939 * TODO: should notify EAPOL SM about changes in opensc_engine_path,
2228 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
H A Dconfig.c1397 os_free(config->opensc_engine_path);
/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.c440 { STR(opensc_engine_path) },
852 if (config->opensc_engine_path)
853 fprintf(f, "opensc_engine_path=%s\n",
854 config->opensc_engine_path);
H A Deapol_test.c408 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
H A Dconfig.c1622 os_free(config->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_6/wpa_supplicant/src/crypto/
H A Dtls.h32 const char *opensc_engine_path; member in struct:tls_config
H A Dtls_openssl.c716 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
722 if (tls_engine_load_dynamic_opensc(conf->opensc_engine_path) ||
/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;

Completed in 250 milliseconds