HomeSort by: relevance | last modified time | path
    Searched refs:pkcs11_engine_path (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
openCryptoki.conf 19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so
  /src/external/bsd/wpa/dist/src/eap_peer/
eap.h 297 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
301 const char *pkcs11_engine_path; member in struct:eap_config
eap.c 2228 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path;
  /src/external/bsd/wpa/dist/src/crypto/
tls.h 87 const char *pkcs11_engine_path; member in struct:tls_config
tls_openssl.c 1006 char const * const pkcs11_engine_path = CONFIG_PKCS11_ENGINE_PATH; local
1008 char const * const pkcs11_engine_path = local
1009 conf ? conf->pkcs11_engine_path : NULL;
1160 if (opensc_engine_path || pkcs11_engine_path || pkcs11_module_path) {
1162 tls_engine_load_dynamic_pkcs11(pkcs11_engine_path,
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.h 203 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
208 const char *pkcs11_engine_path; member in struct:eapol_ctx
eapol_supp_sm.c 2143 conf.pkcs11_engine_path = ctx->pkcs11_engine_path;
  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 632 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
637 char *pkcs11_engine_path; member in struct:wpa_config
eapol_test.c 606 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
wpas_glue.c 1200 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
config_file.c 1136 if (config->pkcs11_engine_path)
1137 fprintf(f, "pkcs11_engine_path=%s\n",
1138 config->pkcs11_engine_path);
wpa_supplicant.c 1310 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers.
5192 * @pkcs11_engine_path: PKCS #11 engine path or NULL
5201 const char *pkcs11_engine_path,
5207 if (pkcs11_engine_path != NULL) {
5208 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path);
5221 os_free(wpa_s->conf->pkcs11_engine_path);
5222 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy;
5234 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL)
wpa_supplicant_i.h 1685 const char *pkcs11_engine_path,
config.c 3057 os_free(config->pkcs11_engine_path);
5419 { STR(pkcs11_engine_path), 0 },
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers.c 3173 char *pkcs11_engine_path = NULL; local
3181 "Invalid pkcs11_engine_path argument");
3185 pkcs11_engine_path = value;
3190 os_free(pkcs11_engine_path);
3199 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path,
4459 wpa_s->conf->pkcs11_engine_path,

Completed in 120 milliseconds