Searched refs:pkcs11_engine_path (Results 1 - 25 of 28) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/examples/
H A DopenCryptoki.conf19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c891 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1201 char *pkcs11_engine_path = NULL; local
1220 } else if (!strcmp(entry.key, "pkcs11_engine_path") &&
1222 os_free(pkcs11_engine_path);
1223 pkcs11_engine_path = os_strdup(entry.str_value);
1224 if (pkcs11_engine_path == NULL)
1241 os_free(wpa_s->conf->pkcs11_engine_path);
1242 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path;
1256 os_free(pkcs11_engine_path);
[all...]
H A Ddbus_new_handlers.c142 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
2232 char *pkcs11_engine_path = NULL; local
2240 "Invalid pkcs11_engine_path argument");
2244 pkcs11_engine_path = value;
2249 os_free(pkcs11_engine_path);
2258 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path,
3329 const char *pkcs11_engine_path; local
3341 if (wpa_s->conf->pkcs11_engine_path == NULL)
3342 pkcs11_engine_path = "";
3344 pkcs11_engine_path
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.h259 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
263 const char *pkcs11_engine_path; member in struct:eap_config
H A Deap.c1419 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.h259 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
263 const char *pkcs11_engine_path; member in struct:eap_config
H A Deap.c1419 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.h259 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
263 const char *pkcs11_engine_path; member in struct:eap_config
H A Deap.c1419 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h73 const char *pkcs11_engine_path; member in struct:tls_config
H A Dtls_openssl.c821 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
828 tls_engine_load_dynamic_pkcs11(conf->pkcs11_engine_path,
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h191 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
196 const char *pkcs11_engine_path; member in struct:eapol_ctx
H A Deapol_supp_sm.c2024 conf.pkcs11_engine_path = ctx->pkcs11_engine_path;
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h73 const char *pkcs11_engine_path; member in struct:tls_config
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h191 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
196 const char *pkcs11_engine_path; member in struct:eapol_ctx
H A Deapol_supp_sm.c2024 conf.pkcs11_engine_path = ctx->pkcs11_engine_path;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h502 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
507 char *pkcs11_engine_path; member in struct:wpa_config
H A Dwpas_glue.c847 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
H A Dwpa_supplicant_i.h914 const char *pkcs11_engine_path,
H A Dconfig_file.c934 if (config->pkcs11_engine_path)
935 fprintf(f, "pkcs11_engine_path=%s\n",
936 config->pkcs11_engine_path);
H A Deapol_test.c569 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
H A Dwpa_supplicant.c852 * pkcs11_engine_path, pkcs11_module_path.
2181 * @pkcs11_engine_path: PKCS #11 engine path or NULL
2190 const char *pkcs11_engine_path,
2196 if (pkcs11_engine_path != NULL) {
2197 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path);
2209 os_free(wpa_s->conf->pkcs11_engine_path);
2211 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy;
2219 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL)
2189 wpas_set_pkcs11_engine_and_module_path(struct wpa_supplicant *wpa_s, const char *pkcs11_engine_path, const char *pkcs11_module_path) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h73 const char *pkcs11_engine_path; member in struct:tls_config
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h191 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
196 const char *pkcs11_engine_path; member in struct:eapol_ctx
H A Deapol_supp_sm.c2024 conf.pkcs11_engine_path = ctx->pkcs11_engine_path;

Completed in 3194 milliseconds

12