HomeSort by relevance Sort by last modified time
    Searched full:pkcs11_module_path (Results 1 - 20 of 20) 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/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",
2286 char *pkcs11_module_path = NULL; local
3334 const char *pkcs11_module_path; local
    [all...]
dbus_new.c     [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/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_file.c 1007 if (config->pkcs11_module_path)
1008 fprintf(f, "pkcs11_module_path=%s\n",
1009 config->pkcs11_module_path);
    [all...]
wpas_glue.c 979 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
config.h 518 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
524 char *pkcs11_module_path; member in struct:wpa_config
    [all...]
eapol_test.c 579 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
    [all...]
wpa_supplicant.c 918 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers.
    [all...]
wpa_supplicant_i.h 1029 const char *pkcs11_module_path);
    [all...]
config.c     [all...]
wpa_cli.c 623 "pkcs11_engine_path", "pkcs11_module_path", "openssl_ciphers",
711 "pkcs11_engine_path", "pkcs11_module_path", "openssl_ciphers",
    [all...]
wpa_supplicant.conf 157 #pkcs11_module_path=/usr/lib/pkcs11/opensc-pkcs11.so
    [all...]
ChangeLog     [all...]
  /external/wpa_supplicant_8/src/crypto/
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 */,
695 if (pkcs11_module_path)
696 post_cmd[1] = pkcs11_module_path;
823 conf->pkcs11_module_path)) {
826 conf->pkcs11_module_path)) {
    [all...]
tls.h 78 const char *pkcs11_module_path; member in struct:tls_config

Completed in 1122 milliseconds