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

1 2

  /external/wpa_supplicant_6/wpa_supplicant/examples/
openCryptoki.conf 20 pkcs11_module_path=/usr/lib/opencryptoki/libopencryptoki.so
  /external/wpa_supplicant_8/wpa_supplicant/examples/
openCryptoki.conf 20 pkcs11_module_path=/usr/lib/opencryptoki/libopencryptoki.so
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus_handlers.c 917 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1255 char *pkcs11_module_path = NULL; local
    [all...]
config_file.c 440 { STR(pkcs11_module_path) },
851 if (config->pkcs11_module_path)
852 fprintf(f, "pkcs11_module_path=%s\n",
853 config->pkcs11_module_path);
config.h 190 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
196 char *pkcs11_module_path; member in struct:wpa_config
wpas_glue.c 559 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
eapol_test.c 410 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 888 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1199 char *pkcs11_module_path = NULL; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.h 243 * pkcs11_module_path - OpenSC PKCS#11 module for OpenSSL engine
247 const char *pkcs11_module_path; member in struct:eap_config
eap.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 194 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
200 const char *pkcs11_module_path; member in struct:eapol_ctx
eapol_supp_sm.c     [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 248 * pkcs11_module_path - OpenSC PKCS#11 module for OpenSSL engine
252 const char *pkcs11_module_path; member in struct:eap_config
eap.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...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 623 if (config->pkcs11_module_path)
624 fprintf(f, "pkcs11_module_path=%s\n",
625 config->pkcs11_module_path);
config.h 208 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
214 char *pkcs11_module_path; member in struct:wpa_config
wpas_glue.c 748 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
eapol_test.c 454 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
    [all...]
config.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c 617 * @pcks11_module_path: pkcs11_module_path from the configuration
620 const char *pkcs11_module_path)
632 "MODULE_PATH", NULL /* pkcs11_module_path */,
636 if (!pkcs11_so_path || !pkcs11_module_path)
641 post_cmd[1] = pkcs11_module_path;
717 conf->pkcs11_module_path)) {
724 conf->pkcs11_module_path)) {
    [all...]
tls.h 34 const char *pkcs11_module_path; member in struct:tls_config
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 621 * @pcks11_module_path: pkcs11_module_path from the configuration
624 const char *pkcs11_module_path)
636 "MODULE_PATH", NULL /* pkcs11_module_path */,
640 if (!pkcs11_so_path || !pkcs11_module_path)
645 post_cmd[1] = pkcs11_module_path;
750 conf->pkcs11_module_path)) {
757 conf->pkcs11_module_path)) {
    [all...]
tls.h 65 const char *pkcs11_module_path; member in struct:tls_config

Completed in 770 milliseconds

1 2