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

  /system/connectivity/shill/shims/
wpa_supplicant.conf.in 17 pkcs11_module_path=@libdir@/libchaps.so
  /external/wpa_supplicant_8/wpa_supplicant/examples/
openCryptoki.conf 20 pkcs11_module_path=/usr/lib/opencryptoki/libopencryptoki.so
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 814 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1127 char *pkcs11_module_path = NULL; local
    [all...]
dbus_new_handlers.c 132 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
2341 char *pkcs11_module_path = NULL; local
3422 const char *pkcs11_module_path; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 283 * pkcs11_module_path - OpenSC PKCS#11 module for OpenSSL engine
287 const char *pkcs11_module_path; member in struct:eap_config
eap.c     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 78 const char *pkcs11_module_path; member in struct:tls_config
tls_openssl.c 781 * @pcks11_module_path: pkcs11_module_path from the configuration
784 const char *pkcs11_module_path)
796 "MODULE_PATH", NULL /* pkcs11_module_path */,
805 if (pkcs11_module_path)
806 post_cmd[1] = pkcs11_module_path;
988 conf->pkcs11_module_path)) {
991 conf->pkcs11_module_path)) {
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 206 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
212 const char *pkcs11_module_path; member in struct:eapol_ctx
eapol_supp_sm.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 531 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
537 char *pkcs11_module_path; member in struct:wpa_config
    [all...]
wpas_glue.c 987 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
config_file.c 1012 if (config->pkcs11_module_path)
1013 fprintf(f, "pkcs11_module_path=%s\n",
1014 config->pkcs11_module_path);
    [all...]
eapol_test.c 607 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
    [all...]
wpa_supplicant.c 947 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers.
    [all...]
wpa_supplicant_i.h 1115 const char *pkcs11_module_path);
    [all...]
config.c     [all...]

Completed in 152 milliseconds