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.c804 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1115 char *pkcs11_engine_path = NULL; local
1135 } else if (!strcmp(entry.key, "pkcs11_engine_path") &&
1137 os_free(pkcs11_engine_path);
1138 pkcs11_engine_path = os_strdup(entry.str_value);
1140 if (pkcs11_engine_path == NULL)
1157 os_free(wpa_s->conf->pkcs11_engine_path);
1158 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path;
1172 os_free(pkcs11_engine_path);
[all...]
H A Ddbus_new_handlers.c132 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
2342 char *pkcs11_engine_path = NULL; local
2350 "Invalid pkcs11_engine_path argument");
2354 pkcs11_engine_path = value;
2359 os_free(pkcs11_engine_path);
2368 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path,
3495 wpa_s->conf->pkcs11_engine_path,
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.h285 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
289 const char *pkcs11_engine_path; member in struct:eap_config
H A Deap.c1956 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.h285 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
289 const char *pkcs11_engine_path; member in struct:eap_config
H A Deap.c1956 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.h285 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
289 const char *pkcs11_engine_path; member in struct:eap_config
H A Deap.c1956 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.c1014 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
1017 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.c2087 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.c2087 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.c1062 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
H A Dconfig_file.c1054 if (config->pkcs11_engine_path)
1055 fprintf(f, "pkcs11_engine_path=%s\n",
1056 config->pkcs11_engine_path);
H A Deapol_test.c606 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
H A Dwpa_supplicant.c997 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers.
3101 * @pkcs11_engine_path: PKCS #11 engine path or NULL
3110 const char *pkcs11_engine_path,
3116 if (pkcs11_engine_path != NULL) {
3117 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path);
3129 os_free(wpa_s->conf->pkcs11_engine_path);
3131 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy;
3139 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL)
3109 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.h1204 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.c2087 conf.pkcs11_engine_path = ctx->pkcs11_engine_path;

Completed in 582 milliseconds

12