Searched defs:opensc_engine_path (Results 1 - 9 of 9) 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 Dtls.h32 const char *opensc_engine_path; member in struct:tls_config
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
/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);
/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
/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

Completed in 61 milliseconds