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

  /external/wpa_supplicant_8/wpa_supplicant/examples/
openCryptoki.conf 20 pkcs11_module_path=/usr/lib/opencryptoki/libopencryptoki.so
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 265 * pkcs11_module_path - OpenSC PKCS#11 module for OpenSSL engine
269 const char *pkcs11_module_path; member in struct:eap_config
eap.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 882 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1193 char *pkcs11_module_path = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 73 const char *pkcs11_module_path; member in struct:tls_config
tls_openssl.c 671 * @pcks11_module_path: pkcs11_module_path from the configuration
674 const char *pkcs11_module_path)
686 "MODULE_PATH", NULL /* pkcs11_module_path */,
690 if (!pkcs11_so_path || !pkcs11_module_path)
695 post_cmd[1] = pkcs11_module_path;
818 conf->pkcs11_module_path)) {
825 conf->pkcs11_module_path)) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 402 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
408 char *pkcs11_module_path; member in struct:wpa_config
config_file.c 842 if (config->pkcs11_module_path)
843 fprintf(f, "pkcs11_module_path=%s\n",
844 config->pkcs11_module_path);
eapol_test.c 486 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
    [all...]
wpas_glue.c 815 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
config.c     [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 187 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
193 const char *pkcs11_module_path; member in struct:eapol_ctx
eapol_supp_sm.c     [all...]

Completed in 154 milliseconds