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

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 891 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1200 char *opensc_engine_path = NULL; local
    [all...]
dbus_new_handlers.c 143 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 253 * opensc_engine_path - OpenSC engine for OpenSSL engine support
257 const char *opensc_engine_path; member in struct:eap_config
eap.c     [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 188 * opensc_engine_path - Path to the OpenSSL engine for opensc
193 const char *opensc_engine_path; member in struct:eapol_ctx
eapol_supp_sm.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 935 if (config->opensc_engine_path)
936 fprintf(f, "opensc_engine_path=%s\n",
937 config->opensc_engine_path);
    [all...]
wpas_glue.c 866 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
config.h 495 * opensc_engine_path - Path to the OpenSSL engine for opensc
500 char *opensc_engine_path; member in struct:wpa_config
    [all...]
eapol_test.c 568 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
    [all...]
config.c     [all...]
wpa_supplicant.conf 129 #opensc_engine_path=/usr/lib/opensc/engine_opensc.so
    [all...]
wpa_cli.c 612 "fast_reauth", "opensc_engine_path", "pkcs11_engine_path",
    [all...]
ChangeLog     [all...]
wpa_supplicant.c 847 * TODO: should notify EAPOL SM about changes in opensc_engine_path,
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 72 const char *opensc_engine_path; member in struct:tls_config
tls_openssl.c 833 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
839 if (tls_engine_load_dynamic_opensc(conf->opensc_engine_path) ||
    [all...]

Completed in 521 milliseconds