HomeSort by: relevance | last modified time | path
    Searched defs:pkcs11_module_path (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_peer/
eap.h 303 * pkcs11_module_path - OpenSC PKCS#11 module for OpenSSL engine
307 const char *pkcs11_module_path; member in struct:eap_config
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.h 213 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
219 const char *pkcs11_module_path; member in struct:eapol_ctx
  /src/external/bsd/wpa/dist/src/crypto/
tls.h 90 const char *pkcs11_module_path; member in struct:tls_config
tls_openssl.c 877 * @pcks11_module_path: pkcs11_module_path from the configuration
880 const char *pkcs11_module_path)
892 "MODULE_PATH", NULL /* pkcs11_module_path */,
901 if (pkcs11_module_path)
902 post_cmd[1] = pkcs11_module_path;
1012 char const * const pkcs11_module_path = CONFIG_PKCS11_MODULE_PATH; local
1014 char const * const pkcs11_module_path = local
1015 conf ? conf->pkcs11_module_path : NULL;
1160 if (opensc_engine_path || pkcs11_engine_path || pkcs11_module_path) {
1163 pkcs11_module_path)) {
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 642 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
648 char *pkcs11_module_path; member in struct:wpa_config
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers.c 3174 char *pkcs11_module_path = NULL; local
3193 "Invalid pkcs11_module_path argument");
3197 pkcs11_module_path = value;
3200 pkcs11_module_path))
4486 wpa_s->conf->pkcs11_module_path,

Completed in 32 milliseconds