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",
2285 char *pkcs11_engine_path = NULL; local
2293 "Invalid pkcs11_engine_path argument");
2297 pkcs11_engine_path = value;
2302 os_free(pkcs11_engine_path);
2311 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path,
3309 const char *pkcs11_engine_path; local
3311 if (wpa_s->conf->pkcs11_engine_path == NULL)
3312 pkcs11_engine_path = "";
3314 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.c1932 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.c1932 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
/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.c822 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
825 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.c2050 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
H A Dtls_openssl.c822 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
825 tls_engine_load_dynamic_pkcs11(conf->pkcs11_engine_path,
/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.c2050 conf.pkcs11_engine_path = ctx->pkcs11_engine_path;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h510 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
515 char *pkcs11_engine_path; member in struct:wpa_config
H A Dwpas_glue.c978 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
H A Dwpa_supplicant_i.h1028 const char *pkcs11_engine_path,
H A Dconfig_file.c1004 if (config->pkcs11_engine_path)
1005 fprintf(f, "pkcs11_engine_path=%s\n",
1006 config->pkcs11_engine_path);
H A Deapol_test.c578 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
H A Dwpa_supplicant.c918 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers.
2708 * @pkcs11_engine_path: PKCS #11 engine path or NULL
2717 const char *pkcs11_engine_path,
2723 if (pkcs11_engine_path != NULL) {
2724 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path);
2736 os_free(wpa_s->conf->pkcs11_engine_path);
2738 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy;
2746 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL)
2716 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.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.c2050 conf.pkcs11_engine_path = ctx->pkcs11_engine_path;

Completed in 320 milliseconds

12