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

  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
openCryptoki.conf 20 pkcs11_module_path=/usr/lib/opencryptoki/libopencryptoki.so
  /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
eap.c 2231 tlsconf.pkcs11_module_path = conf->pkcs11_module_path;
  /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/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
eapol_supp_sm.c 2146 conf.pkcs11_module_path = ctx->pkcs11_module_path;
  /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
eapol_test.c 607 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
wpas_glue.c 1203 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
config_file.c 1141 if (config->pkcs11_module_path)
1142 fprintf(f, "pkcs11_module_path=%s\n",
1143 config->pkcs11_module_path);
wpa_supplicant.c 1310 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers.
5193 * @pkcs11_module_path: PKCS #11 module path or NULL
5202 const char *pkcs11_module_path)
5212 if (pkcs11_module_path != NULL) {
5213 pkcs11_module_path_copy = os_strdup(pkcs11_module_path);
5225 os_free(wpa_s->conf->pkcs11_module_path);
5226 wpa_s->conf->pkcs11_module_path = pkcs11_module_path_copy;
5234 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL)
wpa_supplicant_i.h 1686 const char *pkcs11_module_path);
config.c 3060 os_free(config->pkcs11_module_path);
5422 { STR(pkcs11_module_path), 0 },
  /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 117 milliseconds