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.c814 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1126 char *pkcs11_engine_path = NULL; local
1146 } else if (!strcmp(entry.key, "pkcs11_engine_path") &&
1148 os_free(pkcs11_engine_path);
1149 pkcs11_engine_path = os_strdup(entry.str_value);
1151 if (pkcs11_engine_path == NULL)
1168 os_free(wpa_s->conf->pkcs11_engine_path);
1169 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path;
1183 os_free(pkcs11_engine_path);
[all...]
H A Ddbus_new_handlers.c132 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
2340 char *pkcs11_engine_path = NULL; local
2348 "Invalid pkcs11_engine_path argument");
2352 pkcs11_engine_path = value;
2357 os_free(pkcs11_engine_path);
2366 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path,
3397 const char *pkcs11_engine_path; local
3399 if (wpa_s->conf->pkcs11_engine_path == NULL)
3400 pkcs11_engine_path = "";
3402 pkcs11_engine_path
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.h277 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
281 const char *pkcs11_engine_path; member in struct:eap_config
H A Deap.c1941 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.h277 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
281 const char *pkcs11_engine_path; member in struct:eap_config
H A Deap.c1941 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.h277 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
281 const char *pkcs11_engine_path; member in struct:eap_config
H A Deap.c1941 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h77 const char *pkcs11_engine_path; member in struct:tls_config
H A Dtls_openssl.c987 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
990 tls_engine_load_dynamic_pkcs11(conf->pkcs11_engine_path,
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h198 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
203 const char *pkcs11_engine_path; member in struct:eapol_ctx
H A Deapol_supp_sm.c2071 conf.pkcs11_engine_path = ctx->pkcs11_engine_path;
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h77 const char *pkcs11_engine_path; member in struct:tls_config
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h198 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
203 const char *pkcs11_engine_path; member in struct:eapol_ctx
H A Deapol_supp_sm.c2071 conf.pkcs11_engine_path = ctx->pkcs11_engine_path;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h523 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
528 char *pkcs11_engine_path; member in struct:wpa_config
H A Dwpas_glue.c986 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
H A Dconfig_file.c1009 if (config->pkcs11_engine_path)
1010 fprintf(f, "pkcs11_engine_path=%s\n",
1011 config->pkcs11_engine_path);
H A Deapol_test.c606 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
H A Dwpa_supplicant.c947 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers.
2892 * @pkcs11_engine_path: PKCS #11 engine path or NULL
2901 const char *pkcs11_engine_path,
2907 if (pkcs11_engine_path != NULL) {
2908 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path);
2920 os_free(wpa_s->conf->pkcs11_engine_path);
2922 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy;
2930 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL)
2900 wpas_set_pkcs11_engine_and_module_path(struct wpa_supplicant *wpa_s, const char *pkcs11_engine_path, const char *pkcs11_module_path) argument
H A Dwpa_supplicant_i.h1114 const char *pkcs11_engine_path,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h77 const char *pkcs11_engine_path; member in struct:tls_config
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h198 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
203 const char *pkcs11_engine_path; member in struct:eapol_ctx
H A Deapol_supp_sm.c2071 conf.pkcs11_engine_path = ctx->pkcs11_engine_path;

Completed in 196 milliseconds

12