HomeSort by relevance Sort by last modified time
    Searched refs:pkcs11_module_path (Results 1 - 16 of 16) 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 804 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1116 char *pkcs11_module_path = NULL; local
    [all...]
dbus_new_handlers.c 136 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
2516 char *pkcs11_module_path = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 308 * pkcs11_module_path - OpenSC PKCS#11 module for OpenSSL engine
312 const char *pkcs11_module_path; member in struct:eap_config
eap.c     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 79 const char *pkcs11_module_path; member in struct:tls_config
tls_openssl.c 826 * @pcks11_module_path: pkcs11_module_path from the configuration
829 const char *pkcs11_module_path)
841 "MODULE_PATH", NULL /* pkcs11_module_path */,
850 if (pkcs11_module_path)
851 post_cmd[1] = pkcs11_module_path;
1041 conf->pkcs11_module_path)) {
1044 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 534 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
540 char *pkcs11_module_path; member in struct:wpa_config
    [all...]
wpas_glue.c 1110 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
    [all...]
eapol_test.c 607 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
    [all...]
wpa_supplicant.c 1038 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers.
    [all...]
config_file.c 1102 if (config->pkcs11_module_path)
1103 fprintf(f, "pkcs11_module_path=%s\n",
1104 config->pkcs11_module_path);
    [all...]
wpa_supplicant_i.h     [all...]
config.c     [all...]

Completed in 379 milliseconds