HomeSort by relevance Sort by last modified time
    Searched full:opensc_engine_path (Results 1 - 25 of 31) sorted by null

1 2

  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus_handlers.c 917 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1253 char *opensc_engine_path = NULL; local
    [all...]
config_file.c 438 { STR(opensc_engine_path) },
845 if (config->opensc_engine_path)
846 fprintf(f, "opensc_engine_path=%s\n",
847 config->opensc_engine_path);
config.h 174 * opensc_engine_path - Path to the OpenSSL engine for opensc
179 char *opensc_engine_path; member in struct:wpa_config
wpas_glue.c 557 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
eapol_test.c 408 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
wpa_supplicant.conf.orig 119 #opensc_engine_path=/usr/lib/opensc/engine_opensc.so
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 888 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1197 char *opensc_engine_path = NULL; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.h 231 * opensc_engine_path - OpenSC engine for OpenSSL engine support
235 const char *opensc_engine_path; member in struct:eap_config
eap.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 178 * opensc_engine_path - Path to the OpenSSL engine for opensc
183 const char *opensc_engine_path; member in struct:eapol_ctx
eapol_supp_sm.c     [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 236 * opensc_engine_path - OpenSC engine for OpenSSL engine support
240 const char *opensc_engine_path; member in struct:eap_config
eap.c     [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 171 * opensc_engine_path - Path to the OpenSSL engine for opensc
176 const char *opensc_engine_path; member in struct:eapol_ctx
eapol_supp_sm.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 617 if (config->opensc_engine_path)
618 fprintf(f, "opensc_engine_path=%s\n",
619 config->opensc_engine_path);
config.h 192 * opensc_engine_path - Path to the OpenSSL engine for opensc
197 char *opensc_engine_path; member in struct:wpa_config
wpas_glue.c 746 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
eapol_test.c 452 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
    [all...]
config.c     [all...]
wpa_supplicant.conf 125 #opensc_engine_path=/usr/lib/opensc/engine_opensc.so
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 63 const char *opensc_engine_path; member in struct:tls_config
tls_openssl.c 749 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
755 if (tls_engine_load_dynamic_opensc(conf->opensc_engine_path) ||
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls.h 32 const char *opensc_engine_path; member in struct:tls_config
tls_openssl.c 716 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
722 if (tls_engine_load_dynamic_opensc(conf->opensc_engine_path) ||
    [all...]

Completed in 107 milliseconds

1 2