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

  /external/wpa_supplicant_6/wpa_supplicant/examples/
openCryptoki.conf 19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so
  /external/wpa_supplicant/
config.h 206 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
211 char *pkcs11_engine_path; member in struct:wpa_config
eap.h 227 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
231 const char *pkcs11_engine_path; member in struct:eap_config
config_file.c 350 } else if (os_strncmp(pos, "pkcs11_engine_path=", 19) == 0) {
351 os_free(config->pkcs11_engine_path);
352 config->pkcs11_engine_path = os_strdup(pos + 19);
353 wpa_printf(MSG_DEBUG, "pkcs11_engine_path='%s'",
354 config->pkcs11_engine_path);
677 if (config->pkcs11_engine_path)
678 fprintf(f, "pkcs11_engine_path=%s\n",
679 config->pkcs11_engine_path);
eapol_sm.h 185 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
190 const char *pkcs11_engine_path; member in struct:eapol_ctx
tls.h 33 const char *pkcs11_engine_path; member in struct:tls_config
eapol_test.c 365 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
eapol_sm.c     [all...]
eap.c     [all...]
tls_openssl.c 754 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
761 tls_engine_load_dynamic_pkcs11(conf->pkcs11_engine_path,
    [all...]
wpa_supplicant.c 940 * pkcs11_engine_path, pkcs11_module_path.
    [all...]
config.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
config.h 182 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
187 char *pkcs11_engine_path; member in struct:wpa_config
ctrl_iface_dbus_handlers.c 917 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1254 char *pkcs11_engine_path = NULL; local
    [all...]
wpas_glue.c 558 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
config_file.c 441 { STR(pkcs11_engine_path) },
855 if (config->pkcs11_engine_path)
856 fprintf(f, "pkcs11_engine_path=%s\n",
857 config->pkcs11_engine_path);
eapol_test.c 409 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
config.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.h 237 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support
241 const char *pkcs11_engine_path; member in struct:eap_config
eap.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls.h 33 const char *pkcs11_engine_path; member in struct:tls_config
tls_openssl.c 716 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
723 tls_engine_load_dynamic_pkcs11(conf->pkcs11_engine_path,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 186 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
191 const char *pkcs11_engine_path; member in struct:eapol_ctx
eapol_supp_sm.c     [all...]

Completed in 814 milliseconds