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

/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A DopenCryptoki.conf19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap.h298 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
302 const char *pkcs11_engine_path; member in struct:eap_config
H A Deap.c2150 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path;
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls.h83 const char *pkcs11_engine_path; member in struct:tls_config
H A Dtls_openssl.c1085 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
1088 tls_engine_load_dynamic_pkcs11(conf->pkcs11_engine_path,
/freebsd-13-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h200 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
205 const char *pkcs11_engine_path; member in struct:eapol_ctx
H A Deapol_supp_sm.c2115 conf.pkcs11_engine_path = ctx->pkcs11_engine_path;
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h564 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
569 char *pkcs11_engine_path; member in struct:wpa_config
H A Dwpas_glue.c1108 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
H A Deapol_test.c602 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
H A Dconfig_file.c1135 if (config->pkcs11_engine_path)
1136 fprintf(f, "pkcs11_engine_path=%s\n",
1137 config->pkcs11_engine_path);
H A Dwpa_supplicant_i.h1308 const char *pkcs11_engine_path,
H A Dwpa_supplicant.c1091 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers.
3785 * @pkcs11_engine_path: PKCS #11 engine path or NULL
3794 const char *pkcs11_engine_path,
3800 if (pkcs11_engine_path != NULL) {
3801 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path);
3813 os_free(wpa_s->conf->pkcs11_engine_path);
3815 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy;
3823 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL)
3793 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 Dconfig.c2698 os_free(config->pkcs11_engine_path);
4734 { STR(pkcs11_engine_path), 0 },
/freebsd-13-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c140 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
2547 char *pkcs11_engine_path = NULL; local
2555 "Invalid pkcs11_engine_path argument");
2559 pkcs11_engine_path = value;
2564 os_free(pkcs11_engine_path);
2573 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path,
3762 wpa_s->conf->pkcs11_engine_path,

Completed in 257 milliseconds