HomeSort by relevance Sort by last modified time
    Searched full:pkcs11_engine_path (Results 1 - 20 of 20) 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 891 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1201 char *pkcs11_engine_path = NULL; local
    [all...]
dbus_new_handlers.c 143 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
2315 char *pkcs11_engine_path = NULL; local
3412 const char *pkcs11_engine_path; local
    [all...]
dbus_new.c     [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 259 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
263 const char *pkcs11_engine_path; member in struct:eap_config
eap.c     [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 196 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
201 const char *pkcs11_engine_path; member in struct:eapol_ctx
eapol_supp_sm.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 938 if (config->pkcs11_engine_path)
939 fprintf(f, "pkcs11_engine_path=%s\n",
940 config->pkcs11_engine_path);
    [all...]
wpas_glue.c 867 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
config.h 503 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
508 char *pkcs11_engine_path; member in struct:wpa_config
    [all...]
wpa_supplicant.c 848 * pkcs11_engine_path, pkcs11_module_path.
    [all...]
eapol_test.c 569 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
    [all...]
wpa_supplicant_i.h 919 const char *pkcs11_engine_path,
config.c     [all...]
wpa_supplicant.conf 131 #pkcs11_engine_path=/usr/lib/opensc/engine_pkcs11.so
    [all...]
wpa_cli.c 612 "fast_reauth", "opensc_engine_path", "pkcs11_engine_path",
    [all...]
ChangeLog     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 73 const char *pkcs11_engine_path; member in struct:tls_config
tls_openssl.c 833 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
840 tls_engine_load_dynamic_pkcs11(conf->pkcs11_engine_path,
    [all...]

Completed in 1179 milliseconds