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

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 804 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1114 char *opensc_engine_path = NULL local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 296 * opensc_engine_path - OpenSC engine for OpenSSL engine support
300 const char *opensc_engine_path; member in struct:eap_config
eap.c     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 77 const char *opensc_engine_path; member in struct:tls_config
tls_openssl.c 1040 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
1042 if (tls_engine_load_dynamic_opensc(conf->opensc_engine_path) ||
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 190 * opensc_engine_path - Path to the OpenSSL engine for opensc
195 const char *opensc_engine_path; member in struct:eapol_ctx
eapol_supp_sm.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 518 * opensc_engine_path - Path to the OpenSSL engine for opensc
523 char *opensc_engine_path; member in struct:wpa_config
    [all...]
wpas_glue.c 1108 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
    [all...]
eapol_test.c 605 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
    [all...]
config_file.c 1096 if (config->opensc_engine_path)
1097 fprintf(f, "opensc_engine_path=%s\n",
1098 config->opensc_engine_path);
    [all...]
config.c     [all...]

Completed in 276 milliseconds