HomeSort by relevance Sort by last modified time
    Searched refs:pkcs11_engine_path (Results 1 - 16 of 16) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/examples/
openCryptoki.conf 19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 804 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1115 char *pkcs11_engine_path = NULL; local
    [all...]
dbus_new_handlers.c 136 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
2515 char *pkcs11_engine_path = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 302 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
306 const char *pkcs11_engine_path; member in struct:eap_config
eap.c     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 78 const char *pkcs11_engine_path; member in struct:tls_config
tls_openssl.c 1040 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
1043 tls_engine_load_dynamic_pkcs11(conf->pkcs11_engine_path,
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 198 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
203 const char *pkcs11_engine_path; member in struct:eapol_ctx
eapol_supp_sm.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 526 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
531 char *pkcs11_engine_path; member in struct:wpa_config
    [all...]
wpas_glue.c 1109 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
    [all...]
eapol_test.c 606 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
    [all...]
wpa_supplicant.c 1038 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers.
    [all...]
config_file.c 1099 if (config->pkcs11_engine_path)
1100 fprintf(f, "pkcs11_engine_path=%s\n",
1101 config->pkcs11_engine_path);
    [all...]
wpa_supplicant_i.h     [all...]
config.c     [all...]

Completed in 469 milliseconds