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.c143 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
2315 char *pkcs11_engine_path = NULL; local
2323 "Invalid pkcs11_engine_path argument");
2327 pkcs11_engine_path = value;
2332 os_free(pkcs11_engine_path);
2341 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path,
3412 const char *pkcs11_engine_path; local
3424 if (wpa_s->conf->pkcs11_engine_path == NULL)
3425 pkcs11_engine_path = "";
3427 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.c833 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
840 tls_engine_load_dynamic_pkcs11(conf->pkcs11_engine_path,
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h196 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
201 const char *pkcs11_engine_path; member in struct:eapol_ctx
H A Deapol_supp_sm.c2027 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.h196 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
201 const char *pkcs11_engine_path; member in struct:eapol_ctx
H A Deapol_supp_sm.c2027 conf.pkcs11_engine_path = ctx->pkcs11_engine_path;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h503 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
508 char *pkcs11_engine_path; member in struct:wpa_config
H A Dwpas_glue.c867 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
H A Dwpa_supplicant_i.h919 const char *pkcs11_engine_path,
H A Dconfig_file.c938 if (config->pkcs11_engine_path)
939 fprintf(f, "pkcs11_engine_path=%s\n",
940 config->pkcs11_engine_path);
H A Deapol_test.c569 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
H A Dwpa_supplicant.c848 * pkcs11_engine_path, pkcs11_module_path.
2286 * @pkcs11_engine_path: PKCS #11 engine path or NULL
2295 const char *pkcs11_engine_path,
2301 if (pkcs11_engine_path != NULL) {
2302 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path);
2314 os_free(wpa_s->conf->pkcs11_engine_path);
2316 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy;
2324 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL)
2294 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.h196 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
201 const char *pkcs11_engine_path; member in struct:eapol_ctx
H A Deapol_supp_sm.c2027 conf.pkcs11_engine_path = ctx->pkcs11_engine_path;

Completed in 296 milliseconds

12